Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
convert photo.jpg -strip -quality 90 -comment "This is a comment" newphoto.jpg
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...
Last edited by tomdkat on 2014-02-10T23:15:38-07:00, edited 1 time in total.