The Imagick class
PHP Manual

Imagick::getImageExtrema

(PECL imagick 2.0.0)

Imagick::getImageExtremaGets 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 an associative array with the keys "min" and "max". Throws ImagickException on failure.

Errors/Exceptions

Throws ImagickException on error.


The Imagick class
PHP Manual