-
Notifications
You must be signed in to change notification settings - Fork 331
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
wrong orientation of all photos i take from camera on android version 10 #227
Comments
I'm noticing the same. Screenshots seem to have the right orientation, but photos taken with a camera are in the wrong orientation in the viewer. |
I figure out the solution.
|
Thanks! Is the owner/maintainer here very active? This points out a specific fix, as does this issue. I'm curious if the maintainers will be pulling in these suggested improvements into a new version, or if they would require a PR with them, or if we need to fork our own version to get these fixes? |
Update: Fix has been merged into master. |
Removing "matrix.setRotate(rotate);" in ImageFetcher.java helps with the images preview. After selecting an image, the image is still transferred in the wrong orientation. To fix this bug the "matrix.setRotate(rotate);" must also be removed in MultiImageChooserActivity.java. @anujraghuvanshi It would be great if you could do this bug fix as well. PS: My observation is that this bug only occurs on Samsung devices. |
No description provided.
The text was updated successfully, but these errors were encountered: