Page 1 of 1

[INVALID](user error) comment 'anything' has no effect

Posted: 2012-07-21T15:19:53-07:00
by broucaries
according to
https://bugs.launchpad.net/ubuntu/+sour ... bug/807672

comment has no effect

Bastien

Re: comment 'anything' has no effect

Posted: 2012-07-21T16:19:48-07:00
by fmw42
broucaries wrote:according to
https://bugs.launchpad.net/ubuntu/+sour ... bug/807672

comment has no effect

Bastien
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.

Re: [INVALID](user error) comment 'anything' has no effect

Posted: 2012-07-22T05:59:57-07:00
by broucaries
Thanks invalid thus