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!
MagickFloodfillPaintImage function
Re: MagickFloodfillPaintImage function
Instead of MagickFloodfillPaintImage() try MagickPaintFloodfillImage(). The current documentation refers to the Beta release which is scheduled for release in the next few weeks.