Page 1 of 1

problem with string format %b with multiple files

Posted: 2010-02-04T18:33:32-07:00
by fmw42
IM 6.5.9-1 Q16 Mac OSX Tiger

I have confirmed the issue reported at the end of viewtopic.php?f=3&t=15498


convert rose: logo: netscape: -format "%b" info:
9673
9673
9673

All three images should not have the same size:

convert rose: -format "%b" info:
9673

convert logo: -format "%b" info:
38341

convert netscape: -format "%b" info:
9788

Re: problem with string format %b with multiple files

Posted: 2010-02-04T18:51:28-07:00
by magick
We can reproduce the problem you posted and have a patch in ImageMagck 6.5.9-2 Beta available sometime tomorrow. Thanks.

Re: problem with string format %b with multiple files

Posted: 2010-02-05T18:02:33-07:00
by fmw42
magick wrote:We can reproduce the problem you posted and have a patch in ImageMagck 6.5.9-2 Beta available sometime tomorrow. Thanks.

Seems to be fixed in 6.5.9-2 Q16 Mac OSX Tiger:

convert rose: logo: netscape: -format "%b" info:
9673
38341
9788

also in identify

identify -format "%b\n" rose: logo: netscape:
9673
38341
9788