ImageMagick MagickNet C# WebApplication Hi all,
There is one issue with ImageMagick that is while i am converting the image using below command ..it is not converting the image as per the aspect ratio....
MagickNet.Image medImg = new MagickNet.Image(file + fileName);
medImg.Resize()
But when i use the CMD prompt it is working well |