-
-
Notifications
You must be signed in to change notification settings - Fork 304
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
Resized avatar getting double rotation in Safari #207
Comments
Please see this: |
Replacing
|
@siovene It's a bit unclear - does this only happen for older versions of Pillow or also newer ones? I don't have a mac, so I cannot easily test this. But if someone contributes a PR and others can verify that it is working, I work on merging it. |
Thanks for fixing! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Images with an EXIF rotation get rotated two times when using Safari.
transpose_image
inmodels.py
Since the generated thumbnail is transposed, shouldn't the EXIF rotation header be dropped in the thumbnail?
Thanks!
The text was updated successfully, but these errors were encountered: