Hi,

I am writing an app that takes photos and saves them into a file. On my 
SGS2 (4.0.3), the pictures are saved with an EXIF-Orientation flag. 
Unfortunately this flag is not handled by many applications (including the 
android gallery) and so I'd like to rotate my pictures before saving them. 
- By the way: the native camera on my phone doesn't use the 
EXIF-Orientation either.
I have already tried to rotate the pictures by converting them into a 
bitmap, then do the rotation and afterwards saving them as jpeg. But all in 
all this takes about 5sec each time.
Is there an option which "disables" exif? Or a fast implementation for the 
rotation? ... ?

Bye,
Steffen

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to