PHP 8.1.28 Released!

Gmagick::removeimageprofile

(PECL gmagick >= Unknown)

Gmagick::removeimageprofileRemoves the named image profile and returns it

说明

public Gmagick::removeimageprofile(string $name): string

Removes the named image profile and returns it.

参数

name

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

返回值

The named profile.

错误/异常

错误时抛出 GmagickException

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top