Imagick
PHP Manual

Imagick::getImageAlphaChannel

(Não há informação de versão disponível, talvez apenas no SVN)

Imagick::getImageAlphaChannelGets the image alpha channel

Descrição

int Imagick::getImageAlphaChannel ( void )

Gets the image alpha channel value. The returned value is one of the alpha channel constants. Este método está disponível se o PHP foi compilado com o ImageMagick versão 6.4.0 ou superior.

Valor Retornado

Returns a constant defining the current alpha channel value. Refer to this list of alpha channel constants.

Erros

Lança ImagickException em caso de erro.


Imagick
PHP Manual