-
Notifications
You must be signed in to change notification settings - Fork 126
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
Uploaded images showing incorrect rotation #3456
Comments
As the owner of a site where members upload a lot of pics, mostly from mobile devices, this fix would be most welcome. |
intoeetive
added a commit
that referenced
this issue
May 29, 2023
bryannielsen
added a commit
that referenced
this issue
Jun 27, 2023
intoeetive
added a commit
that referenced
this issue
Jul 5, 2023
…tion-orientation Resolved #3456 where image manipulation could have wrong orientation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
7.x issue
Basically, iphones use exif data to properly oriented images. People upload an image that looks correctly oriented and it ends up sideways.
I know this has come up before and at one point 'fixed' but the fix no longer works and it's just not a good user experience, especially for non-technical users. I believe any resizing/alteration loses exif and the image is just wrong.
Here's the prior fix:
#277
Here's prior discussion:
#105
Here's
an example- I'm also including a zip of the two files. I was testing 7.3 and used the two test files in my tests- you can see the sideways orientation ends up sideways:
MAYBE it works with the original image (if browser reading exif) but the thumbs and file manips don't read it and strip it and you end up sideways and people end up confused.
dylan-Images.zip
The text was updated successfully, but these errors were encountered: