Imagick::setImageMatte

(PECL imagick 2, PECL imagick 3)

Imagick::setImageMatteSets the image matte channel

Descrição

publicImagick::setImageMatte(bool$matte): bool

Sets the image matte channel. Este método estará disponível se a extensão Imagick tiver sido compilada com a ImageMagick versão 6.2.9 ou superior.

Parâmetros

matte

True activates the matte channel and false disables it.

Valor Retornado

Retorna true em caso de sucesso.

To Top