Search found 2 matches
- 2014-01-10T17:37:02-07:00
- Forum: Magick.NET
- Topic: Issues when using FloodFill and DrawableFillColor
- Replies: 2
- Views: 12161
Re: Issues when using FloodFill and DrawableFillColor
That was it! Thanks for the quick workaround.
- 2014-01-09T21:31:25-07:00
- Forum: Magick.NET
- Topic: Issues when using FloodFill and DrawableFillColor
- Replies: 2
- Views: 12161
Issues when using FloodFill and DrawableFillColor
I am using Magick.NET to generate a weather advisory map with a text legend at the bottom of the image. I use this code to fill counties that have a current advisory: using (MagickImage image = new MagickImage(@"mnmap.png")) { // Build Legend List<string> legendAlerts = new List<string>(); foreach ...