Imagick::setFormat
(PECL imagick 2, PECL imagick 3)
Imagick::setFormat — Imagick オブジェクトのフォーマットを設定する
パラメータ
format
-
戻り値
成功した場合に true
を返します。
+add a note
User Contributed Notes 3 notes
winmonaye at gmail dot com ¶
9 years ago
You can only set format listed in $imgic->queryFormats() .
It can be different from http://www.imagemagick.org/script/formats.php .