ImageSizerEngine::flipBoth()

Flip both vertically and horizontally

Usage

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

// usage with all arguments
$bool = $imageSizerEngine->flipBoth(string $dstFilename = '');

Arguments

NameType(s)Description
$dstFilename (optional)string

Return value

bool


ImageSizerEngine methods and properties

API reference based on ProcessWire core version 3.0.251