Imagick::setImageProfile

(PECL imagick 2, PECL imagick 3)

Imagick::setImageProfile在 Imagick 对象中添加一个命名配置文件

描述

public Imagick::setImageProfile(string $name, string $profile): bool

在 Imagick 对象中添加一个命名配置文件。如果已经存在同名配置文件,则会替换它。此方法与 Imagick::ProfileImage() 方法的不同之处在于它不应用任何 CMS 色彩配置文件。

参数

name

profile

返回值

成功时返回 true

错误/异常

错误时抛出 ImagickException。

添加注释

用户贡献注释

此页面没有用户贡献的注释。
To Top