Imagick::getImageChannelDepth

特定の画像チャネルの深度を返す

説明

public int Imagick::getImageChannelDepth(int $channel)

特定の画像チャネルの深度を返します。

パラメータ

channel

そのモードで有効なチャネル定数を指定します。 複数のチャネルを適用するには、チャネル定数 をビット演算子で組み合わせます。デフォルトは Imagick::CHANNEL_DEFAULT です。 チャネル定数 の一覧を参照ください。

戻り値

成功した場合に true を返します。