如何获得用 `Imagick::commentImage()` 写的评论

how to get the comment written with `Imagick::commentImage()`

在 imagick 中我们可以写一个像

这样的评论
$imagick->commentImage('This is my comment');

以后怎么看到这条评论?

你可以这样做

echo $imagick->getImageProperty("comment");