Imagick::setImageMatte

(PECL imagick 2.0.0)

Imagick::setImageMatteSets the image matte channel

Descrição

Imagick::setImageMatte ( bool $matte ) : bool

Sets the image matte channel. Este método está disponível se o PHP foi compilado com o ImageMagick versão 6.2.9 ou superior.

Parâmetros

matte

True activates the matte channel and false disables it.

Valor Retornado

Retorna TRUE no sucesso.