PHP 8.3.4 Released!

Imagick::removeImageProfile

(PECL imagick 2, PECL imagick 3)

Imagick::removeImageProfile指定した名前の画像プロファイルを削除してそれを返す

説明

public Imagick::removeImageProfile(string $name): string

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

パラメータ

name

戻り値

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

エラー / 例外

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

add a note

User Contributed Notes

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