Imagick
PHP Manual

Imagick::setImageAlphaChannel

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

Imagick::setImageAlphaChannelSets image alpha channel

Descrição

bool Imagick::setImageAlphaChannel ( int $mode )

Activate or deactivate image alpha channel. The mode is one of the Imagick::ALPHACHANNEL_* constants. This method is available if Imagick has been compiled against ImageMagick version 6.3.8 or newer.

Parâmetros

mode

One of the Imagick::ALPHACHANNEL_* constants

Valor Retornado

Returns TRUE on success.

Erros

Throws ImagickException on error.

Veja Também


Imagick
PHP Manual