PHP Conference Japan 2024

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