Search found 1 match

by richardmilne
2012-03-19T02:34:17-07:00
Forum: Magick++
Topic: Cannot get floodFillOpacity to work
Replies: 7
Views: 26067

Re: Cannot get floodFillOpacity to work

Hate to revive a dead thread but I wouldn't suppose anyone has had any luck working with FloodFillOpacity in C# using the ImageMagickNET wrapper? It should be as simple as the code below, no? ImageMagickNET.MagickNet.InitializeMagick(); ImageMagickNET.Image img = new ImageMagickNET.Image(e.FullPath)...