Gmagick::commentimage

(PECL gmagick >= Unknown)

Gmagick::commentimageAdds a comment to your image

说明

publicGmagick::commentimage(string$comment): Gmagick

Adds a comment to your image.

参数

comment

The comment to add.

返回值

The Gmagick object with comment added.

错误/异常

错误时抛出 GmagickException

To Top