Open grote opened 5 years ago
We are having the same issue - some with Google Pixel but also with Samsung galaxy. Gallery app on our device displays correctly. I cannot publicly share the photos that have issues but if you email support@ photospring I can email you the photos.
Same issue here, will this be fixed anytime soon?
Same issue on Nokia 5.3 (2020) with Android 10. Seems consistent for all photos taken in portrait orientation.
exiv2 says: Exif.Image.Orientation Short 1 right, top
Attaching one.
Glide (but in its defense also my browser) fails to determine the orientation of this image
Update: Firefox now correctly identifies the orientation. I guess it is time for glide to follow.
Update: Firefox now correctly identifies the orientation. I guess it is time for glide to follow.
Does the old and new Firefox behave the same with the image I posted above? (fail and succeed, respectively)
I did manage to install Firefox 70. Both it and recent Firefox 88 displays the above photo correctly as a portrait.
Sorry, I don't remember what Firefox version I had installed in 2019 when I reported this issue. But good to know that even Firefox 70 fixed the problem.
Glide Version: 4.10.0
Integration libraries: none
Device/Android Version: Pixel 2 XL Android 10
Issue details / Repro steps / Use case background: Glide (but in its defense also my browser) fails to determine the orientation of this image:
DefaultImageHeaderParser#getOrientation()
returnsUNKNOWN_ORIENTATION
.However, Android's gallery app and my Linux image viewer apps display the orientation correctly. Here's jhead output:
So the orientation is in there, but maybe it is hard to parse?