PHP 8.3.4 Released!

Imagick::getImageProfile

(PECL imagick 2, PECL imagick 3)

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

説明

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

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

パラメータ

name

返したいプロファイルの名前。

戻り値

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

エラー / 例外

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

add a note

User Contributed Notes

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