Imagick::setFormat

(PECL imagick 2.0.0)

Imagick::setFormatSets the format of the Imagick object

Опис

bool Imagick::setFormat ( string $format )

Sets the format of the Imagick object.

Параметри

format

Значення, що повертаються

Повертає TRUE в разі успіху.

add a note add a note

User Contributed Notes 3 notes

up
1
winmonaye at gmail dot com
8 years ago
You can only set format listed in $imgic->queryFormats() .
It can be different from http://www.imagemagick.org/script/formats.php .
up
1
scott at thebrain dot ca
15 years ago
don't confuse this function with setImageFormat()
To Top