展开

开发者手册

PHPImage/ImageMagickImagick::setImageFormat

Imagick::setImageFormat

(PECL imagick 2.0.0)

Imagick::setImageFormat — Sets the format of a particular image

Description

代码语言:javascript
复制
bool Imagick::setImageFormat ( string $format )

Sets the format of a particular image in a sequence.

Parameters

format

String presentation of the image format. Format support depends on the ImageMagick installation.

Return Values

Returns TRUE on success.

← Imagick::setImageFilename

Imagick::setImageGamma →

代码语言:txt
复制
 © 1997–2017 The PHP Documentation Group

Licensed under the Creative Commons Attribution License v3.0 or later.