This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ImageOptimizer.
Summary
Initializes a new instance of the
BaseOptimizer class.
- Assembly
- Cake
.ImageOptimizer .dll - Namespace
- Cake
.ImageOptimizer - Containing Type
- BulkImageOptimizer
Syntax
public BulkImageOptimizer(IFileSystem fileSystem, ICakeEnvironment environment, ICakeLog log, IImageOptimizerFactory optimizerFactory)
Parameters
| Name | Type | Description |
|---|---|---|
| fileSystem | IFileSystem | The file system. |
| environment | ICakeEnvironment | The environment. |
| log | ICakeLog | The log. |
| optimizerFactory | I |
The factory to use when selecting the optimizer. |
Return Value
| Type | Description |
|---|---|
| void |
