Page 1 of 1

Bug in ColorFloodfillImage in 6.3.3-1

Posted: 2007-03-14T15:34:19-07:00
by rmagick
In the most recent version of ImageMagick:

Version: ImageMagick 6.3.3 03/13/07 Q8 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2007 ImageMagick Studio LLC


I'm seeing the same bug that I earlier reported for IM 6.3.2 in this post:
viewtopic.php?f=3&t=8276&hilit=

Same test, same result.

Re: Bug in ColorFloodfillImage in 6.3.3-1

Posted: 2007-03-14T17:04:27-07:00
by magick
Looks like we are going to need to lock the virtual pixel method to Tile for GetFillColor() and GetStrokeColor(). We will have a patch in ImageMagick 6.3.3-2 Beta by tommorrow for the problem you reported. The patch should prevent the fill tiling from breaking in the future.

Re: Bug in ColorFloodfillImage in 6.3.3-1

Posted: 2007-03-14T19:18:42-07:00
by anthony
While you are looking it to 'tile' for those. You need to lock the 'mask' pixel value retrieval to 'black' for composite masking (and maybe - untested - -clip-mask).

See http://www.imagemagick.org/Usage/bugs/testing/
The third current bug in the report page.