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

Image EXIF rotate and mirror features are not respected #29

Open
bryant1410 opened this issue Jun 26, 2018 · 0 comments
Open

Image EXIF rotate and mirror features are not respected #29

bryant1410 opened this issue Jun 26, 2018 · 0 comments

Comments

@bryant1410
Copy link
Contributor

Image EXIF information regarding the image orientation is not respected when viewing through Taggerine frontend. Web browsers typically only respect EXIF orientation if the image is shown as the main document (alone in a tab)..

The solution would be to fix them before the thumbnail generation and the client side. Maybe they can be saved directly with the right orientation.

There's a workaround: transform the image according to the EXIF, using exiftran:

exiftran -ia *.jpg

Here is a sample image that yields this issue:

img_6646

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

No branches or pull requests

1 participant