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

New Post: Resize(int width, int height) and Grayscale effect

$
0
0
I cannot reproduce your problem with the Resize method. Are you using the latest version of Magick.NET? Does the following work for you:
using (MagickImage image = new MagickImage("logo:"))
{
  image.Resize(2100, 1400);
  image.ToBitmap().Save(@"C:\test.jpg");
}
The grayscale method is not yet available in Magick.NET. It will be added the next release.

Viewing all articles
Browse latest Browse all 3693

Trending Articles



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