-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android app shows .arw / .dng files originally taken in portrait mode with wrong orientation in detail view #14957
Comments
Looking at the meta data of one of the affected images via the immich api i get this:
The intresting part probably is : "orientation": "8", Line 385 in 4448143
Any idea where i could digg deeper? |
I can recreate this issue. The orientation of the thumbnail is correct while it rotates the photo in the zoom view. |
Do you see a difference between raw and none jpeg images taken in portrait mode? |
@pr10dr The picture on the right was taken in portrait, while the left one was taken in landscape. The issue appears when I click the 2nd from the left. Actually I suppose it should already appear in the same way the one to the very left appears, because I'm using the dynamic layout and it fails to detect the orientation for the thumbnail, too. |
The bug
The android app shows .arw and .dng files (generated from .arw) 90 degrees turned to the right.
Tested about 30 images in my collection and all exhibit the described behaviour.
The thumbnail is orientated correctly.
The initial (my guess preview image) is orientated correctly.
But after a short brief initial period of roughly 1s the full size image is loaded (as configured by me).
Sample files can be found here:
https://drive.google.com/file/d/1mhu4FMg4ffTIeXfFYTTEA3hLvLGJJHcn/view?usp=sharing
incorrect_portrait.dng - It is a portrait image that will be shown with the wrong orientation in the android app.
correct_horizontal.dng - Is a landscape image that will be shown correctly in the android app. Taken with the same camera as above image.
The OS that Immich Server is running on
ubuntu
Version of Immich Server
v1.123
Version of Immich Mobile App
v1.123 build. 172
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: