Gmagick::commentimage
PHP Manual
PHP Manual»Gmagick»Gmagick::commentimage

Gmagick::commentimage

(PECL gmagick >= Unknown)

Gmagick::commentimageAdds a comment to your image

Description

public function Gmagick::commentimage(string $comment): Gmagick

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.

To Top