coomar2841 / image-chooser-library

An Easy Image/Video Chooser Library for your Android Apps
646 stars 193 forks source link

rotated 90 degrees #39

Open will2012 opened 10 years ago

will2012 commented 10 years ago

When I take pictures, picture rotated 90 degrees

johnvdvaart commented 9 years ago

+1

josemssilva commented 8 years ago

Same on LG G4

marcusmotill commented 8 years ago

+1

marcusmotill commented 8 years ago

If you could build in an efficient use of EXIF util to get the camera rotation that would be great. I want to avoid loading bitmaps in my code since memory exceptions are crazy easy to cause that way.

Anyway you can give us a rotatedFilePath() or something like that so we do not need to do the work on the front end?

donadev commented 8 years ago

The fix for this is to use getFileThumbnail() and getFileThumbnailSmall(), that are the paths for the rotated images. But the problem is when I want to use the image with the original size: what should I do to have it rotated?

AlexPGA commented 8 years ago

I have the same problem. When I use the image original to upload to server, the image is rotated. how I can solve it? thanks for your reply