-floodfill

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
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

-floodfill

Post by snibgo »

"-floodfill" seems to have stopped working.

It worked in v6.9.5-3:

Code: Select all

%IMG6953%convert -size 100x100 xc:White -fill Red -floodfill +0+0 White bugflood1.png
Image

It fails in v6.9.9-50:

Code: Select all

%IM%convert -size 100x100 xc:White -fill Red -floodfill +0+0 White bugflood2.png
Image

It also fails in v7.0.7-28:

Code: Select all

%IMG7%magick -size 100x100 xc:White -fill Red -floodfill +0+0 White bugflood3.png
Image
snibgo's IM pages: im.snibgo.com
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: -floodfill

Post by fmw42 »

I can confirm that it fails for IM 6.9.9.10 and 7.0.8.10 Q16 Mac OSX
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: -floodfill

Post by magick »

Thanks for the problem report. We can reproduce it and will have a patch to fix it in GIT master branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ https://www.imagemagick.org/download/beta/ by sometime tomorrow.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: -floodfill

Post by fmw42 »

Seems to be fixed in IM 6.9.10.11 and 7.0.8.11
Post Reply