CakeFest 2024: The Official CakePHP Conference

Gmagick::getimageprofile

(PECL gmagick >= Unknown)

Gmagick::getimageprofile指定した名前の画像プロファイルを返す

説明

public Gmagick::getimageprofile(string $name): string

指定した名前の画像プロファイルを返します。

パラメータ

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

戻り値

画像プロファイルを含む文字列を返します。

エラー / 例外

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

add a note

User Contributed Notes

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