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 Orientation #17

Open
lulalala opened this issue Feb 9, 2018 · 2 comments
Open

Image Orientation #17

lulalala opened this issue Feb 9, 2018 · 2 comments
Labels

Comments

@lulalala
Copy link
Owner

lulalala commented Feb 9, 2018

Some images, while viewing on its own, has the correct orientation, but when it is displayed in html web page, the orientation is wrong.

@lulalala lulalala added the Bug label Feb 9, 2018
@szTheory
Copy link

szTheory commented Apr 2, 2018

@lulalala can you provide a sample image that causes this problem?

@lulalala
Copy link
Owner Author

lulalala commented Apr 7, 2018

Here is an image: http://board.lulalala.com/uploads/36883/1523093867_apple.jpeg

And I finally found an answer to this:

https://stackoverflow.com/questions/42401203/chrome-image-exif-orienation-issue

So basically all browsers will only respect EXIF orientation if it is displayed by itself (instead of inside an html file). This issue has been there since 2010.

So basically Mei has to process image so it is in the correct orientation without looking up to EXIF info.

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