Imagick::setImageProfile
(No version information available, might be only in CVS)
Imagick::setImageProfile — 指定した名前の画像プロファイルを Imagick オブジェクトに追加する
説明
bool Imagick::setImageProfile
( string $name
, string $profile
)
警告
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
指定した名前の画像プロファイルを Imagick オブジェクトに追加します。 同じ名前のプロファイルが存在する場合は、それを置き換えます。 このメソッドは Imagick::ProfileImage() メソッドとは異なり、 CMS カラープロファイルは適用しません。
パラメータ
- name
-
- profile
-
返り値
成功した場合に TRUE を返します。
エラー / 例外
エラー時に ImagickException をスローします。
Imagick::setImageProfile
There are no user contributed notes for this page.
