-
Notifications
You must be signed in to change notification settings - Fork 283
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
Images are set with invalid orientation EXIF tag #248
Comments
... for reference |
Don't set orientation in exif to 1 as this will flip your image after using img2pdf More on oficial page: https://github.com/josch/img2pdf#bugs Remember that rotation argument is quiet new, is in 4.02 version of img2pdf (as I remember), newest is 4.04 |
@sphh Yes, that would work to. I've just tested that with img2pdf ver 3 which doesnt support rotation. In this case deleting orientation would be easier. Good point. |
Captured images are set with an
Orientation
EXIF flag of 0. This is an invalid value and will cause issues in applications that do not handle it.Steps to reproduce
Take a photo and check its
Orientation
EXIF tag.Expected behaviour
Orientation flag is set to a valid value. As photos are not rotated regardless of phone orientation, it should probably always be the default portrait (1).
Actual behaviour
Orientation flag is set to 0.
The text was updated successfully, but these errors were encountered: