Gmagick::getimagehistogram

(PECL gmagick >= Unknown)

Gmagick::getimagehistogramGets the image histogram

Opis

public Gmagick::getimagehistogram ( void ) : array

Returns the image histogram as an array of GmagickPixel objects. Throw an GmagickException on error.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Returns the image histogram as an array of GmagickPixel objects.

Błędy/Wyjątki

Wywołuje wyjątek GmagickException w przypadku błędu.

add a note add a note

User Contributed Notes

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