Home > PHP > Function > > Imagick::getImageExtrema()

Imagick::getImageExtrema()

Imagick::getImageExtrema - Gets the extrema for the image

Syntax

array Imagick::getImageExtrema ()

Arguments

-

Description

Gets the extrema for the image. Returns an associative array with the keys "min" and "max".

Version

PHP PECL imagick 2.0.0

Return value

Returns an associative array with the keys "min" and "max". Throw an ImagickExceptionon error.