GoLang Gmagick::removeimageprofile

request it (203)
GoLang replacement for PHP's Gmagick::removeimageprofile [edit | history]



Do you know a GoLang replacement for PHP's Gmagick::removeimageprofile? Write it!

PHP Gmagick::removeimageprofile

PHP original manual for Gmagick::removeimageprofile [ show | php.net ]

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 named profile.

Errors/Exceptions

Throws an GmagickException on error.