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

New Post: Resize is not working properly

$
0
0
I am trying to resize (shrink) a .tiff image. The resize is not working properly. It's cropping the image, not resizing it. What is wrong with this code here?
        MagickImage NewImage = new MagickImage(strTempFile);
        NewImage.Resize(750, 256);
        NewImage.Format = MagickFormat.Tiff;
        NewImage.Write(strFileName);
The before is https://boomerangdm.com/Before.tif
The after is https://boomerangdm.com/After.tif

Viewing all articles
Browse latest Browse all 3693

Trending Articles



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