The Imagick class
PHP Manual

Imagick::getImageExtrema

(No version information available, might be only in CVS)

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". Throws ImagickException on failure.

Błędy/Wyjątki

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


The Imagick class
PHP Manual