Why does the same JPEG image yield different dimensions when loaded with stbi_image on Mac and Android platforms? #1599
Unanswered
Adonis-Song
asked this question in
Q&A
Replies: 1 comment 1 reply
-
cat1.jpeg.zip |
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
-
Using this picture, on Mac, I get width = 4032, height = 3024. however on Android, I get width =3024, height = 4032.
When I using ffmpeg to probe dimensions, I get width =3024, height = 4032 . And the EXIF of this image does not indicate that it is a rotated picture.
Beta Was this translation helpful? Give feedback.
All reactions