The Imagick class
PHP Manual

Imagick::getImageExtrema

(PECL imagick 2.0.0)

Imagick::getImageExtremaGets the extrema for the image

Opis

array Imagick::getImageExtrema ( void )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

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

Zwracane wartości

Returns an associative array with the keys "min" and "max". Zgłasza wyjątek ImagickException gdy wystąpi błąd.

Błędy/Wyjątki

Zgłasza wyjątek ImagickException w przypadku błędu.


The Imagick class
PHP Manual