PHP 8.3.4 Released!

Gmagick::setimagedepth

(PECL gmagick >= Unknown)

Gmagick::setimagedepth画像の深度を設定する

説明

public Gmagick::setimagedepth(int $depth): Gmagick

画像の深度を設定します。

パラメータ

depth

画像の深度 (ビット)。8、16 あるいは 32。

戻り値

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

エラー / 例外

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

add a note

User Contributed Notes

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