PHP Conference Japan 2024

Imagick::setFormat

(PECL imagick 2, PECL imagick 3)

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

描述

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

设置 Imagick 对象的格式。

参数

format

返回值

成功时返回 true

添加注释

用户贡献的注释 3 条注释

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