PHP 8.4.0 RC4 available for testing

Gmagick::getimagehistogram

(PECL gmagick >= Unknown)

Gmagick::getimagehistogramGets the image histogram

Опис

public Gmagick::getimagehistogram(): array

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

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns the image histogram as an array of GmagickPixel objects.

Помилки/виключення

Викидає GmagickException у разі помилки.

add a note

User Contributed Notes

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