-strip erroneously overrides -comment
Posted: 2007-06-19T03:58:02-07:00
if i do
convert -strip -comment "hello" a.jpg b.jpg
then the "hello" comment is not included in b.jpg.
-strip thus seems to override my -comment option.
this seems wrong.
-strip should remove all OLD meta data included in a.jpg
-comment should add my comments to b.jpg
can this please be fixed for the next release?
any workarounds for the current version would be appreciated.
convert -strip -comment "hello" a.jpg b.jpg
then the "hello" comment is not included in b.jpg.
-strip thus seems to override my -comment option.
this seems wrong.
-strip should remove all OLD meta data included in a.jpg
-comment should add my comments to b.jpg
can this please be fixed for the next release?
any workarounds for the current version would be appreciated.