GoLang Imagick::removeImageProfile

request it (226)
GoLang replacement for PHP's Imagick::removeImageProfile [edit | history]



Do you know a GoLang replacement for PHP's Imagick::removeImageProfile? Write it!

PHP Imagick::removeImageProfile

PHP original manual for Imagick::removeImageProfile [ show | php.net ]

Imagick::removeImageProfile

(PECL imagick 2.0.0)

Imagick::removeImageProfileRemoves the named image profile and returns it

Description

string Imagick::removeImageProfile ( string $name )

Removes the named image profile and returns it.

Parameters

name

Return Values

Returns a string containing the profile of the image.

Errors/Exceptions

Throws ImagickException on error.