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 rotation from mobile devices is different to desktop #206

Open
robotmay opened this issue Nov 26, 2013 · 3 comments
Open

Image rotation from mobile devices is different to desktop #206

robotmay opened this issue Nov 26, 2013 · 3 comments
Labels
Milestone

Comments

@robotmay
Copy link
Owner

Images uploaded on an iPad, for example, are rotated an extra rotation than if they were uploaded on the desktop. I need to test this and find out how this is happening, because it's very weird.

@chrise86
Copy link

chrise86 commented Dec 4, 2013

Imagemagick has an --auto-orient option that may help here? It takes the EXIF profile setting "Orientation" and performs the appropriate 90 degree rotation on the image to orient the image, for correct viewing.

@robotmay
Copy link
Owner Author

robotmay commented Dec 8, 2013

Aye I did try the auto-orient option but it wasn't working for some of the test images I'd used. I think Apple devices might be doing something weird to the image, like rotating it without changing the metadata to say it was rotated, as the rotation logic works correctly on desktops.

@chrise86
Copy link

chrise86 commented Dec 8, 2013

Hmm that is strange, I had the exact same problem but using that auto-orient sorted it all out

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

No branches or pull requests

2 participants