GoLang Gmagick::commentimage

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



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

PHP Gmagick::commentimage

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

Gmagick::commentimage

(PECL gmagick >= Unknown)

Gmagick::commentimageAdds a comment to your image

Description

public Gmagick Gmagick::commentimage ( string $comment )

Adds a comment to your image.

Parameters

comment

The comment to add

Return Values

The Gmagick object with comment added.

Errors/Exceptions

Throws an GmagickException on error.