Replies: 1 comment 4 replies
-
Have you tried to using |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So for some reason the MagickImage object width and height are swapped. As I try to manually swap it nothin seems to work, even though i have the Exif orientation data to determine to dimensions.
I also would like to resize the image, but I get an image which is a cut off on the height coordinate.
I also tried the rotation code, but it is still cut off. This issue only seems to occur when using images take from Samsung devices in portrait mode and Canon devices, for which I do not have any idea how they are orientated. Any idea how to accordingly handle those images (with Rotate 90 CW and Rotate 270 CW tags included)?
Also I forgot to mention, that I am using .net framework 4.8 with Magick .net core version 13.1.3 and Magick .net q8 AnyCpu version 13.1.3
Beta Was this translation helpful? Give feedback.
All reactions