GoLang Gmagick::getimageextrema

request it (251)
GoLang replacement for PHP's Gmagick::getimageextrema [edit | history]



Do you know a GoLang replacement for PHP's Gmagick::getimageextrema? Write it!

PHP Gmagick::getimageextrema

PHP original manual for Gmagick::getimageextrema [ show | php.net ]

Gmagick::getimageextrema

(PECL gmagick >= Unknown)

Gmagick::getimageextremaGets the extrema for the image

Description

public array Gmagick::getimageextrema ( void )

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.