Bug in ColorFloodfillImage in 6.3.3-1

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
rmagick
Posts: 245
Joined: 2006-03-16T17:30:48-07:00
Location: Durham, NC, USA

Bug in ColorFloodfillImage in 6.3.3-1

Post 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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Bug in ColorFloodfillImage in 6.3.3-1

Post 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.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Bug in ColorFloodfillImage in 6.3.3-1

Post 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.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply