Gmagick::profileimage

(PECL gmagick >= 未知)

Gmagick::profileimage向图像添加或删除配置文件

描述

public Gmagick::profileimage(string $name, string $profile): Gmagick

向图像添加或删除 ICC、IPTC 或通用配置文件。如果配置文件为 null,则将其从图像中删除,否则添加。使用 * 的名称和 null 的配置文件从图像中删除所有配置文件。

参数

name

要添加或删除的配置文件的名称:ICC、IPTC 或通用配置文件。

profile

配置文件。

返回值

Gmagick 对象。

错误/异常

在发生错误时抛出 GmagickException 异常。

添加注释

用户贡献的注释

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