ImageSizerEngine::convertToSepia()

Convert image to sepia

Usage

// basic usage
$bool = $imageSizerEngine->convertToSepia();

// usage with all arguments
$bool = $imageSizerEngine->convertToSepia(string $dstFilename = '', $sepia = 55);

Arguments

NameType(s)Description
$dstFilename (optional)string

If different from source file

$sepia (optional)float int

Sepia value

Return value

bool


ImageSizerEngine methods and properties

API reference based on ProcessWire core version 3.0.251