Android Image Orientation Issue on Motorola Droid

Posted by roundhill on Stack Overflow See other posts from Stack Overflow or by roundhill
Published on 2010-04-05T22:05:43Z Indexed on 2010/04/05 22:13 UTC
Read the original article Hit count: 554

Filed under:
|
|
|
|

Hi there, Our app uses the gallery pick action to grab an image from the device to upload to a new blog post. We're seeing on the Moto Droid that images taken in portrait are being sent back to the app in landscape orientation so the image is sideways. AFAIK this only occurs on the Droid.

Found this via google, but we need the full size image to be uploaded in the correct orientation so the solution doesn't work for us:

http://groups.google.com/group/android-developers/browse_frm/thread/1246475fd4c3fdb6?pli=1

An easy way to reproduce this is to take a picture in portrait on the Droid, then send it to yourself via Gmail. In the email message, the image will be in landscape (sideways). I've tested on the droid 2.1 update and the issue is still there.

© Stack Overflow or respective owner

Related posts about android

Related posts about image