Convert image to sepia tone
Usage
// basic usage
$bool = $imageSizer->convertToSepia();
// usage with all arguments
$bool = $imageSizer->convertToSepia(int $sepia = 55);
Arguments
Name | Type(s) | Description |
---|---|---|
sepia (optional) | int | Sepia amount |
Return value
bool
ImageSizer methods and properties
API reference based on ProcessWire core version 3.0.244