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

Does not read rotation info in EXIF-data #5

Closed
mikaello opened this issue Nov 15, 2017 · 2 comments
Closed

Does not read rotation info in EXIF-data #5

mikaello opened this issue Nov 15, 2017 · 2 comments

Comments

@mikaello
Copy link
Contributor

Some cameras (e.g. Samsung-phones) does not rotate picture when taken in other direction than landscape (the "correct" way), but rather include information about rotation in EXIF-information.

This module does not read EXIF data, so pictures with rotation data will loose this data and picture will not get rotated:

mark

Suggested fix:
Read EXIF-data and rotate picture accordingly before adding text and creating new bitmap (which will discard the original EXIF-information)

@JimmyDaddy
Copy link
Owner

Ok, thanks for your suggestion. I'll fix it as soon as I can

@JimmyDaddy
Copy link
Owner

Hello, 0.2.0 may be fixed this problem, and there are some changes of usage

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

2 participants