MagickFloodfillPaintImage function

MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Post Reply
chamba

MagickFloodfillPaintImage function

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

Re: MagickFloodfillPaintImage function

Post 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.
chamba

Re: MagickFloodfillPaintImage function

Post by chamba »

thanks, magick!!
Post Reply