PHP Dokumentation: Function imagick-getimageextrema
12. Januar 2010 von werner
Imagick::getImageExtrema
(PECL imagick 2.0.0)
Imagick::getImageExtrema — Gets the extrema for the image
Beschreibung
array Imagick::getImageExtrema ( void )
Warnung
Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zurVerfügung.
Gets the extrema for the image. Returns an associative array with the keys "min" and "max".
Rückgabewerte
Returns an associative array with the keys "min" and "max". Throw anImagickException on error.
Fehler/Exceptions
Wirft ImagickException bei Fehlern.