according to
https://bugs.launchpad.net/ubuntu/+sour ... bug/807672
comment has no effect
Bastien
[INVALID](user error) comment 'anything' has no effect
-
- Posts: 467
- Joined: 2008-12-21T11:51:10-07:00
[INVALID](user error) comment 'anything' has no effect
Last edited by broucaries on 2012-07-22T05:59:07-07:00, edited 1 time in total.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: comment 'anything' has no effect
Documentation says to use -comment '.....' before reading the image or use -set comment '....' after reading the image.broucaries wrote:according to
https://bugs.launchpad.net/ubuntu/+sour ... bug/807672
comment has no effect
Bastien
"-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.
-
- Posts: 467
- Joined: 2008-12-21T11:51:10-07:00
Re: [INVALID](user error) comment 'anything' has no effect
Thanks invalid thus