We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: