(PECL gmagick >= Unknown)
Removes the named image profile and returns it
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.
Returns:
The Gmagick object on success
Exception:
Throws an GmagickException on error.
Please login to continue.