Imagick クラス
PHP Manual

Imagick::getImageAlphaChannel

()

Imagick::getImageAlphaChannelGets the image alpha channel

説明

int Imagick::getImageAlphaChannel ( void )

Gets the image alpha channel value. The returned value is one of the alpha channel constants. このメソッドは、ImageMagick バージョン 6.4.0 以降で Imagick をコンパイルした場合に使用可能です。

返り値

Returns a constant defining the current alpha channel value. Refer to this list of alpha channel constants.

エラー / 例外

エラー時に ImagickException をスローします。


Imagick クラス
PHP Manual