Skip to content
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

Use TIFF orientation #4063

Merged
merged 1 commit into from Sep 20, 2019
Merged

Use TIFF orientation #4063

merged 1 commit into from Sep 20, 2019

Conversation

radarhere
Copy link
Member

@radarhere radarhere commented Sep 13, 2019

Resolves #4053. Alternative to #4062

Transpose TIFF images on load according to the orientation tag - https://www.awaresystems.be/imaging/tiff/tifftags/orientation.html

@ailintom
Copy link

Thanks a lot! This works fine for me.

@seb-odoo
Copy link

Hello @ailintom do you know if there is any plan to also use the orientation for JPEG files?

@ailintom
Copy link

ailintom commented Sep 27, 2019

@seb-odoo JPEG files do not have an orientation tag comparable to the TIFF orientation tag. Unlike TIFF-files,

in JFIF files, the image orientation is always top-down

see https://www.w3.org/Graphics/JPEG/jfif3.pdf
JPEG files however can have EXIF tags, including the orientation EXIF tag, indicating the orientation of camera when shooting. You can transform the image according to the EXIF orientation tag using PIL by calling ImageOps.exif_transpose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TIFF orientation tag handled differently from most other software when loading G4 TIFF files
4 participants