= 2.1.0, PECL imagick 3)Imagick::setImageAlphaChannel — Sets image alpha channel說明public Imagick::setIma">

Imagick::setImageAlphaChannel

(PECL imagick 2 >= 2.1.0, PECL imagick 3)

Imagick::setImageAlphaChannelSets image alpha channel

說明

public Imagick::setImageAlphaChannel(int $mode): bool

Activate or deactivate image alpha channel. The mode is one of the Imagick::ALPHACHANNEL_* constants. 此方法在Imagick基于ImageMagick 6.3.8以上版本編譯時(shí)可用。

參數(shù)

mode

One of the Imagick::ALPHACHANNEL_* constants

返回值

成功時(shí)返回 true

錯(cuò)誤/異常

錯(cuò)誤時(shí)拋出 ImagickException。

參見