Gmagick
在线手册:中文 英文
PHP手册

Gmagick::removeimageprofile

(PECL gmagick >= Unknown)

Gmagick::removeimageprofileRemoves the named image profile and returns it

说明

public string Gmagick::removeimageprofile ( string $name )

Removes the named image profile and returns it.

参数

name

Name of profile to return: ICC, IPTC, or generic profile.

返回值

The Gmagick object on success

错误/异常

错误时抛出GmagickException.


Gmagick
在线手册:中文 英文
PHP手册