ImageSizerEngineIMagick::convertToSepia()
Convert image to sepia
Usage
// basic usage
$bool = $imageSizerEngineIMagick->convertToSepia();
// usage with all arguments
$bool = $imageSizerEngineIMagick->convertToSepia(string $dstFilename = '', $sepia = 55);Arguments
| Name | Type(s) | Description |
|---|---|---|
$dstFilename (optional) | string | |
$sepia (optional) | float int | Sepia threshold |
Return value
bool
ImageSizerEngineIMagick methods and properties
API reference based on ProcessWire core version 3.0.269