possible bug with GIF when floodfill IM 6.6.9.8 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 with GIF when floodfill IM 6.6.9.8 Q16

Post by fmw42 »

IM 6.6.9.8 Q16 Mac OSX Tiger

When doing floodfill, I get the correct result with png output, but not with gif.


Original Image:
Image

PNG Results:
convert christmas-black-and-white.gif -bordercolor white -border 10x10 -fuzz 1% -fill none \
-draw "matte 0,0 floodfill" -shave 10x10 christmas-black-and-white_trans1.png
Image

convert christmas-black-and-white.gif -bordercolor white -border 10x10 \
-alpha set -channel rgba -fuzz 1% -fill none \
-floodfill +0+0 white -shave 10x10 christmas-black-and-white_trans2.png
Image


GIF Results:

convert christmas-black-and-white.gif -bordercolor white -border 10x10 -fuzz 1% -fill none \
-draw "matte 0,0 floodfill" -shave 10x10 christmas-black-and-white_trans1.gif
Image

convert christmas-black-and-white.gif -bordercolor white -border 10x10 \
-alpha set -channel rgba -fuzz 1% -fill none \
-floodfill +0+0 white -shave 10x10 christmas-black-and-white_trans2.gif

Image
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug with GIF when floodfill IM 6.6.9.8 Q16

Post by fmw42 »

Any news on this bug? Can someone else verify it?

Thanks.

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

Re: possible bug with GIF when floodfill IM 6.6.9.8 Q16

Post by magick »

We can reproduce the problem you reported and have a patch in ImageMagick 6.6.9-9 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 with GIF when floodfill IM 6.6.9.8 Q16

Post by fmw42 »

magick wrote:We can reproduce the problem you reported and have a patch in ImageMagick 6.6.9-9 Beta available by sometime tomorrow. Thanks.

Thanks. This works fine in IM 6.6.9.9
Post Reply