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.
snibgo
Posts: 12159 Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK
Post
by snibgo » 2018-08-26T04:07:13-07:00
"-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
It fails in v6.9.9-50:
Code: Select all
%IM%convert -size 100x100 xc:White -fill Red -floodfill +0+0 White bugflood2.png
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
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2018-08-26T10:15:14-07:00
I can confirm that it fails for IM 6.9.9.10 and 7.0.8.10 Q16 Mac OSX
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2018-08-30T19:34:49-07:00
Seems to be fixed in IM 6.9.10.11 and 7.0.8.11