The Imagick class
PHP Manual

Imagick::setImageMatte

(PECL imagick 2.0.0)

Imagick::setImageMatteSets the image matte channel

Descrição

bool Imagick::setImageMatte ( bool $matte )

Sets the image matte channel. Este método esta disponível apenas se Imagick foi compilado com ImageMagick versão 6.2.9 ou mais nova.

Parâmetros

matte

True activates the matte channel and false disables it.

Valor Retornado

Retorna TRUE em sucesso.


The Imagick class
PHP Manual