文字

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

用户评论:

[#1] winmonaye at gmail dot com [2015-09-21 06:15:43]

You can only set format listed in $imgic->queryFormats() . 
It can be different from http://www.imagemagick.org/script/formats.php .

[#2] Meinaart [2012-11-28 12:56:28]

For format see:
http://www.imagemagick.org/script/formats.php

[#3] scott at thebrain dot ca [2008-10-14 08:18:07]

don't confuse this function with setImageFormat()

上一篇: 下一篇: