PHP 8.3.4 Released!

Gmagick::getimagehistogram

(PECL gmagick >= Unknown)

Gmagick::getimagehistogramGets the image histogram

Beschreibung

public Gmagick::getimagehistogram(): array

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

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns the image histogram as an array of GmagickPixel objects.

Fehler/Exceptions

Wirft bei einem Fehler eine GmagickException.

add a note

User Contributed Notes

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