[RESOLVED] possible bug -page IM 6.8.8.0 Q16 Mac OSX

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

[RESOLVED] possible bug -page IM 6.8.8.0 Q16 Mac OSX

Post by fmw42 »

Seems like -page is not working as it used to.

This is an example from Anthony's page at http://www.imagemagick.org/Usage/layers/#mosaic. The result is not the expected mosaic, but simply the last image in the command line.


Image Image Image Image

convert -page +5+10 balloon.gif -page +35+30 medical.gif \
-page +62+50 present.gif -page +10+55 shading.gif \
-background dodgerblue -layers mosaic mosaic.gif

Image



The correct result from the example page is

Image


P.S. I get a bad result using -flatten also, where only the last image in the sequence is flattened at the top left corner of the background image.


convert -size 160x160 xc:dodgerblue -page +5+10 balloon.gif -page +35+30 medical.gif \
-page +62+50 present.gif -page +10+55 shading.gif \
-flatten mosaic2.gif

Image
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bug -page IM 6.8.8.0 Q16 Mac OSX

Post by magick »

We can reproduce the problem you posted and have a patch in ImageMagick 6.8.8-1 Beta, available by sometime tomorrow. Thanks.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug -page IM 6.8.8.0 Q16 Mac OSX

Post by fmw42 »

This appears to be fixed in IM 6.8.8.1
Post Reply