ImageSizerEngine::setAutoRotation()

Turn on/off auto rotation

Usage

// basic usage
$self = $imageSizerEngine->setAutoRotation();

// usage with all arguments
$self = $imageSizerEngine->setAutoRotation(bool $value = true);

Arguments

NameType(s)Description
$value (optional)bool

Whether to auto-rotate or not (default = true)

Return value

self


ImageSizerEngine methods and properties

API reference based on ProcessWire core version 3.0.251