0

I have my app where I use photos from cam or gallery, if I take photo from gallery it can be turned upside down. How can I make correct photo orientation?

Gorets
  • 2,434
  • 5
  • 27
  • 45
  • The case was with me also.While clicking photo handle camera in the Landscape position,the result you'll get in the portrait position – AkashG Jul 09 '12 at 09:40
  • Now I understood a little more about problem. When I take photo from gallary, I will have a correct position, but when took photo from cam, it came in Landscape position cause its cam params. I think, I should turn bitmap before to send to CROP activity – Gorets Jul 09 '12 at 09:57
  • rotate programatically to portrait mode before setting bitmap – AkashG Jul 09 '12 at 09:58
  • Check out my answer here: http://stackoverflow.com/questions/29971319/image-orientation-android/32747566#32747566 – A.Sanchez.SD Oct 12 '15 at 21:43

0 Answers0