Gmagick::getimageextrema

(PECL gmagick >= Unknown)

Gmagick::getimageextremaGets the extrema for the image

Beschreibung

public Gmagick::getimageextrema(): array

Returns an associative array with the keys "min" and "max". Wirft bei einem Fehler eine GmagickException.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns an associative array with the keys "min" and "max".

Fehler/Exceptions

Wirft bei einem Fehler eine GmagickException.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top