(PECL imagick 2 >= 2.1.0, PECL imagick 3)
Imagick::setImageAlphaChannel — Sets image alpha channel
$mode
): bool
Activate or deactivate image alpha channel. The mode
is one of the Imagick::ALPHACHANNEL_*
constants.
此方法在Imagick基于ImageMagick 6.3.8以上版本编译时可用。
mode
One of the Imagick::ALPHACHANNEL_*
constants
成功时返回 true
。
错误时抛出 ImagickException。