Re: [android-developers] Saving as Bitmap .BMP in android

2011-06-10 Thread Mark Murphy
Android has no real support for BMP files. You are welcome to try to find some third-party code that can assist you in encoding in that format. It will need to be C/C++ code that you integrate with JNI and the NDK, as any Java implementation will be slower than the native routines used in Android

[android-developers] Saving as Bitmap .BMP in android

2011-06-09 Thread PMR
Hi all, I am new to this group...sorry if I make any mistakes:) I want to save a bitmap object as .bmp file...i dont want it to be compressedi may reuse this bmp file back in my app so dont want to do repeated computation of compression and decompression from bitmap to png and again from