The Resize method in Magick.NET is the same as the -resize option of convert.exe. But you are probably using the ImageMagick 6 version of convert.exe. Magick.NET uses the new version 7 library of ImageMagick. This might be a bug in version 7. There is also a possibility that you are using the Q16 version of ImageMagick (convert -version). Can you post an input image and a small code example of how you did the resize (IM and Magick.NET) on something like dropbox?
↧