possible bug with GIF when floodfill IM 6.6.9.8 Q16
Posted: 2011-05-08T11:50:11-07:00
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:
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
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
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
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
When doing floodfill, I get the correct result with png output, but not with gif.
Original 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
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
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
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