Imagick
在线手册:中文  英文

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


Imagick
在线手册:中文  英文

用户评论:

Meinaart (2012-11-28 12:56:28)

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

scott at thebrain dot ca (2008-10-14 08:18:07)

don't confuse this function with setImageFormat()

易百教程