(PECL imagick 2.0.0)
Gets the extrema for the image
array Imagick::getImageExtrema ( void )
Gets the extrema for the image. Returns an associative array with the keys "min" and "max".
Returns:
Returns an associative array with the keys "min" and "max".
Exception:
Throws ImagickException on error.
Please login to continue.