Imagick::setImageAlphaChannel
()
Imagick::setImageAlphaChannel — Sets image alpha channel
説明
bool Imagick::setImageAlphaChannel
( int $mode
)
Activate or deactivate image alpha channel. The mode is one of the Imagick::ALPHACHANNEL_* constants. このメソッドは、ImageMagick バージョン 6.3.8 以降で Imagick をコンパイルした場合に使用可能です。
パラメータ
- mode
-
One of the Imagick::ALPHACHANNEL_* constants
返り値
成功した場合に TRUE を返します。
エラー / 例外
エラー時に ImagickException をスローします。
Imagick::setImageAlphaChannel
There are no user contributed notes for this page.
