imagick_profile

(PECL)

imagick_profile -- Add or remove a ICC, IPTC, or generic profile from an image

说明

bool imagick_profile ( resource image, string name, int clone [, string profile] )

警告

本函数暂无文档,仅有参数列表。

参数

image

Image handle

name

Name of profile to add or remove: ICC, IPTC, or generic profile

clone

Should be zero

profile

The profile data

返回值

如果成功则返回 TRUE,失败则返回 FALSE