We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the python library and examples provided I can display photos on the screen but some are displayed upside-down.
I tried stripping EXIF data from the files in case it was something to do with orientation information in there but this made no difference.
Anyone solved this already?
The text was updated successfully, but these errors were encountered:
I'd guess the photos are upside-down and the EXIF orientation data corrects those for viewing on desktop?
Failing that, a non-sensitive test photo (for both right side up and upside down) would be handy, just in case the code is somehow being weird.
Sorry, something went wrong.
No branches or pull requests
Using the python library and examples provided I can display photos on the screen but some are displayed upside-down.
I tried stripping EXIF data from the files in case it was something to do with orientation information in there but this made no difference.
Anyone solved this already?
The text was updated successfully, but these errors were encountered: