Page 1 of 1

MagickFloodfillPaintImage function

Posted: 2008-01-12T21:43:34-07:00
by chamba
hi to all, i tried using MagickFloodfillPaintImage and got a fatal error referring to an unidentified function. I looked it up in the Magickwand website and saw that they didn't have the documentation for it. (not found on their server)

i tried using the drawcolor function instead but it couldnt set a fuzz factor. are there any other functions that can do these? (filltoborder/floodfill + set a fuzz factor)? I have ImageMagick 6.3.7 and Magickwand 1.0.5... thank you!

Re: MagickFloodfillPaintImage function

Posted: 2008-01-13T08:52:35-07:00
by magick
Instead of MagickFloodfillPaintImage() try MagickPaintFloodfillImage(). The current documentation refers to the Beta release which is scheduled for release in the next few weeks.

Re: MagickFloodfillPaintImage function

Posted: 2008-01-13T21:41:21-07:00
by chamba
thanks, magick!!