[Feature] Support tiff:Orientation tag from Digikam #15550
dionorgua
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have searched the existing feature requests to make sure this is not a duplicate request.
The feature
I've reported it as bug intiailly: #15549
Digikam can write "orientation" tag to sidecar files if configured like this:
It adds
tiff:Orientation=NUMBER
to sidecar XML. I'm using this because it doesn't change original image.Immich is not reading these tags so images are displayed with wrong orientation
A few examples:
https://github.com/user-attachments/files/18518517/IMG_20250123_103758_metadata.jpg.zip
https://github.com/user-attachments/files/18518518/IMG_20250123_103758_metadata.jpg.xmp.txt
This one have wrong orientation tag in JPEG file. XMP overrides it:
https://github.com/user-attachments/files/18518765/IMG_20250123_110737_exif_edited.jpg.zip
https://github.com/user-attachments/files/18518764/IMG_20250123_110737_exif_edited.jpg.xmp.txt
Note: it's not about UI/rotating from UI/mobile app. It's about actually applying this information from XMP when showing image.
Related: #10136
Platform
Beta Was this translation helpful? Give feedback.
All reactions