Tag invalid (user error)
According to upstream
Documentation says to use -comment '.....' before reading the image or use -set 
comment '....' after reading the image.

"-comment string

Embed a comment in an image. 
This option sets the comment meta-data of an image read in after this option 
has been given. To modify a comment of images already in memory use "-set 
comment".

Correct syntax would then be either:

convert -comment 'anything' 00.gif 00a.gif
or

convert 00.gif -set comment 'anything' 00a.gif


Hope that helps.

** Changed in: imagemagick (Ubuntu)
       Status: Confirmed => Invalid

** Changed in: imagemagick
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/807672

Title:
  -comment 'anything' has no effect

To manage notifications about this bug go to:
https://bugs.launchpad.net/imagemagick/+bug/807672/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to