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". Throw an ImagickException on error.

Грешки/Изключения

Хвърля ImagickException при грешка.


The Imagick class
PHP Manual