Gmagick
PHP Manual

Gmagick::removeimageprofile

(PECL gmagick >= Unknown)

Gmagick::removeimageprofileRemoves the named image profile and returns it

Description

public string Gmagick::removeimageprofile ( string $name )

Removes the named image profile and returns it.

Parameters

name

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

Return Values

The Gmagick object on success

Errors/Exceptions

Throws an GmagickException on error.


Gmagick
PHP Manual