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". Бросает ImagickException при ошибке.

Ошибки

Бросает ImagickException при ошибке.


The Imagick class
PHP Manual