Gmagick::getimageextrema

(PECL gmagick >= Unknown)

Gmagick::getimageextremaGets the extrema for the image

Description

public Gmagick::getimageextrema(): array

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

Parameters

This function has no parameters.

Return Values

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

Errors/Exceptions

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