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

New Post: Poor quality with Resize-method of Magick.NET

$
0
0
Of course, here you go: TEXT

There are 4 files in zip-archive
  • The original file that has to be resized
  • the resized file from convert.exe
  • the resized file from dll 7.0.0.0004
  • the resized file from dll 6.8.9.601
In the dll-cases, the following same code was used:
MagickImage resizeTestImage = new MagickImage(filenameInput);
resizeTestImage.Resize(300, 200);
resizeTestImage.Write(filenameOutput);
resizeTestImage.Dispose();

Viewing all articles
Browse latest Browse all 3693

Trending Articles



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