Gmagick
PHP Manual

Gmagick::getimagehistogram

(PECL gmagick >= Unknown)

Gmagick::getimagehistogramGets the image histogram

Descrição

public array Gmagick::getimagehistogram ( void )

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

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns the image histogram as an array of GmagickPixel objects.

Erros

Throws an GmagickException on error.


Gmagick
PHP Manual