PHP 8.3.4 Released!

Gmagick::getimagematte

(PECL gmagick >= Unknown)

Gmagick::getimagematte画像がマットチャネルを持っているかどうかを調べる

説明

public Gmagick::getimagematte(): int

画像がマットチャネルを持っている場合に true、 そうでない場合に false を返します。

パラメータ

この関数にはパラメータはありません。

戻り値

画像がマットチャネルを持っている場合に true、 そうでない場合に false を返します。

エラー / 例外

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

add a note

User Contributed Notes

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