magickCommentImage method
magickCommentImage()
adds a comment to your image.
This method runs inside an isolate different from the main isolate.
comment
: the image comment.
Implementation
Future<bool> magickCommentImage(String comment) async => await _magickCompute(
_magickCommentImage,
_MagickCommentImageParams(_wandPtr.address, comment),
);