Imagick::getImageProfile
(PECL imagick 2, PECL imagick 3)
Imagick::getImageProfile — 指定した名前の画像プロファイルを返す
説明
public Imagick::getImageProfile
( string $name
) : string
指定した名前の画像プロファイルを返します。
パラメータ
name
- 返したいプロファイルの名前。
返り値
画像プロファイルを含む文字列を返します。
エラー / 例外
エラー時に ImagickException をスローします。