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
Runs the optimizer tool
- Assembly
- Cake
.ImageOptimizer .dll - Namespace
- Cake
.ImageOptimizer - Containing Type
- JpegTranOptimizer
Syntax
protected override void RunTool(FilePath sourceFile, FilePath outputFile)
Parameters
| Name | Type | Description |
|---|---|---|
| sourceFile | FilePath | The source path of the image to optimize. |
| outputFile | FilePath | The output path of the optimized image. |
Return Value
| Type | Description |
|---|---|
| void |
