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

On some images Orientation gets reported incorrectly #2

Closed
GordoRank opened this issue Jul 28, 2015 · 1 comment
Closed

On some images Orientation gets reported incorrectly #2

GordoRank opened this issue Jul 28, 2015 · 1 comment

Comments

@GordoRank
Copy link

Having tested several node/js exif parsers there appears to be a bug in your implementation.

Certain Images report having an Orientation of 6 when all other readers report a value of 8. I'm not sure why this would be but I have been able to confirm that it is yours that is incorrect as transforming the resulting image based upon the your retrieved Orientation value shows an incorrectly rotated image.

@GordoRank
Copy link
Author

Never mind. Just realized I was overwriting the output value with the Orientation value of the thumbnail if present. Which of course is often rotated differently.

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

No branches or pull requests

1 participant