The Imagick class
PHP Manual

Imagick::getImageMatte

(PECL imagick 2.0.0)

Imagick::getImageMatteReturn if the image has a matte channel

Descrição

int Imagick::getImageMatte ( void )

Returns TRUE if the image has a matte channel otherwise false. Este método esta disponível apenas se Imagick foi compilado com ImageMagick versão 6.2.9 ou mais nova.

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.


The Imagick class
PHP Manual