PHP 8.3.4 Released!

Gmagick::commentimage

(PECL gmagick >= Unknown)

Gmagick::commentimageAdds a comment to your image

Descrição

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

Adds a comment to your image.

Parâmetros

comment

The comment to add.

Valor Retornado

The Gmagick object with comment added.

Erros/Exceções

Lança uma exceção GmagickException em caso de erro.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top