possible bug -edge IM 6.7.8.7 Q16

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

possible bug -edge IM 6.7.8.7 Q16

Post by fmw42 »

IM 6.7.8.7 Q16 Mac OSX Snow Leopard

I believe there may be a bug in -edge when processing a binary image. This seems to have started at IM 6.7.7.10 and continues to the current version.

IM 6.7.4.10
im6 convert -size 64x64 xc:white xc:black +append \( +clone -flop \) -append -edge 2 1test_im6.gif
Image

IM 6.7.8.7 (both the following only show a binary checkerboard pattern)
convert -size 64x64 xc:white xc:black +append \( +clone -flop \) -append -edge 2 1test_im1a.gif
Image

convert -size 64x64 xc:"gray(255)" xc:"gray(0)" +append \( +clone -flop \) -append -edge 2 1test_im1b.gif
Image
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bug -edge IM 6.7.8.7 Q16

Post by magick »

We can reproduce the problem you posted and have a patch. Look for it in ImageMagick 6.7.8-8 Beta by sometime tomorrow. Thanks.
Post Reply