ImageSizerEngineIMagick::supported()

Is IMagick supported? Is the current image(sub)format supported?

Usage

// basic usage
$bool = $imageSizerEngineIMagick->supported();

// usage with all arguments
$bool = $imageSizerEngineIMagick->supported(string $action = 'imageformat');

Arguments

NameType(s)Description
$action (optional)string

Return value

bool


ImageSizerEngineIMagick methods and properties

API reference based on ProcessWire core version 3.0.269