ImageMagickのconvertコマンド > commentオプション
convertコマンドのcommentオプションにより、
画像領域ではない場所にコメントを追加できる。
画像領域ではない場所にコメントを追加できる。
実行サンプル-comment string
This option places comments in a non-pixel portion of the image file. For a comment to be visibly written on the image itself, use the -annotate or -draw options.
Embed a comment in an image.
$ convert -comment 'this is comment' foo.jpg bar.jpg画像領域にコメントを入れたい場合は、-drawオプションで文字を入れるべし