Gmagick::getimageextrema

(PECL gmagick >= Unknown)

Gmagick::getimageextremaGets the extrema for the image

Beskrivelse

public array Gmagick::getimageextrema ( void )

Returns an associative array with the keys "min" and "max". Throws an GmagickException on error.

Parametre

This function has no parameters.

Returnerings Værdier

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

Fejl/Undtagelser

Throws an GmagickException on error.

add a note add a note

User Contributed Notes

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