Imagick クラス
PHP Manual

Imagick::setImageArtifact

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

Imagick::setImageArtifactSet image artifact

説明

bool Imagick::setImageArtifact ( string $artifact , string $value )

Associates an artifact with the image. The difference between image properties and image artifacts is that properties are public and artifacts are private. このメソッドは、ImageMagick バージョン 6.5.7 以降で Imagick をコンパイルした場合に使用可能です。

パラメータ

artifact

The name of the artifact

value

The value of the artifact

返り値

成功した場合に TRUE を返します。

エラー / 例外

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

参考


Imagick クラス
PHP Manual