PHP Conference Japan 2024

Imagick::removeImageProfile

(PECL imagick 2, PECL imagick 3)

Imagick::removeImageProfile移除指定的图像配置文件并将其返回

描述

public Imagick::removeImageProfile(string $name): string

移除指定的图像配置文件并将其返回。

参数

name 配置文件名称

返回值

返回一个包含图像配置文件的字符串。

错误/异常

出错时抛出ImagickException异常。

添加注释

用户贡献的注释

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