Replies: 1 comment 1 reply
-
I don't have enough information to give an answer. Can you provide an image for the situation where the image is resized correct and one where the size is incorrect? And what are the values of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i am ressizing 7 images with exact height width . first three images resize with reverse height and width and rest images correctly resized.
MagickGeometry size = new MagickGeometry(width, height);
size.IgnoreAspectRatio = true;
image.Resize(size);
Beta Was this translation helpful? Give feedback.
All reactions