Imagick::setFormat

(PECL imagick 2, PECL imagick 3)

Imagick::setFormat设置 Imagick 对象的格式

描述

public Imagick::setFormat(string $format): bool

设置 Imagick 对象的格式。

参数

format

返回值

成功时返回 true

添加注释

用户贡献的注释 3 个注释

2
scott at thebrain dot ca
15 年前
不要将此函数与 setImageFormat() 混淆
1
winmonaye at gmail dot com
8 年前
您只能设置 $imgic->queryFormats() 中列出的格式。
它可能与 https://imagemagick.org.cn/script/formats.php 不同。
To Top