PHP 8.3.4 Released!

Gmagick::setimagechanneldepth

(PECL gmagick >= Unknown)

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

説明

public Gmagick::setimagechanneldepth(int $channel, int $depth): Gmagick

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

パラメータ

channel

チャンネル 定数のうちの一つ。 (Gmagick::CHANNEL_*)

depth

深度を表すビット数。

戻り値

Gmagick オブジェクトを返します。

エラー / 例外

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

add a note

User Contributed Notes

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