PHP 8.3.4 Released!

Gmagick::removeimageprofile

(PECL gmagick >= Unknown)

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

説明

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

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

パラメータ

name

返すプロファイルの名前。ICC、IPTC あるいは generic。

戻り値

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

エラー / 例外

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

add a note

User Contributed Notes

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