Tried just grabbing the bytes of the file, encoding and sending to server. Sure enough exif data is intact. I'm guessing I'll need to downsample the original image, write back out to a file, re-add exif data then grab the file bytes, encode and ship off to the server. Ugh ...If there's a better option, I'm all ears.
Thanks, Stace On Tue, Oct 19, 2010 at 12:01 AM, Connick <[email protected]> wrote: > Hi folks, > > I'm downsampling an image via BitmapFactory.decode then base64 encoding the > bytes to ship to the server. (long story on the latter part of that formula) > It seems this process nukes all Exif data in the image data. Am I > approaching this the wrong way or is this a fact of life? > > Thanks, > Stace > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

