PHP 8.3.4 Released!

Imagick::setImageChannelDepth

(PECL imagick 2, PECL imagick 3)

Imagick::setImageChannelDepth特定の画像チャネルの深度を設定する

説明

public Imagick::setImageChannelDepth(int $channel, int $depth): bool

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

パラメータ

channel

depth

戻り値

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

エラー / 例外

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

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top