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

New Post: Converting a image using command line options

$
0
0
Most options are methods of the MagickImage class. Your example would translate to this:
using (MagickImage image = new MagickImage("a.jpg"))
{
  image.Modulate((Percentage) 100, (Percentage) 100, (Percentage) 100);
  image.Write(@"b.jpg");
}

Viewing all articles
Browse latest Browse all 3693

Trending Articles



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