[Solved] Question about convert and comments
Posted: 2014-02-08T14:09:09-07:00
I've noticed when I issue this convert command:
The "This is a comment" comment doesn't get set in the new JPEG image file. If I use mogrify to set the comment, the comment is set in the JPEG image file.
Is this normal behavior for convert? I'm using ImageMagick 6.7.7-10 on Ubuntu 13.10 Linux (64-bit).
Thanks!
Peace...
Code: Select all
convert photo.jpg -strip -quality 90 -comment "This is a comment" newphoto.jpg
Is this normal behavior for convert? I'm using ImageMagick 6.7.7-10 on Ubuntu 13.10 Linux (64-bit).
Thanks!
Peace...