Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: modulate problems

$
0
0
This is a bug in Magick.NET that will be fixed in the next release. You can use the following workaround that will stop working after the next release:
using (MagickImage magickImage = new MagickImage(@"c:\thumb.bmp"))
{
  // Assumption is the mother of all ...
  magickImage.Modulate(new Percentage(9000), new Percentage(10000), new Percentage(10000)); 
  magickImage.Write(@"c:\thumb-mod.bmp");
}

Viewing all articles
Browse latest Browse all 3693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>