Try using getPixels() on the bitmap and write out the array of pixels it generates. No need to use bmp if you don't absolutely need to export it to some other program that requires it.
Doug On Jun 8, 9:53 pm, PMR <[email protected]> wrote: > 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 > compressed....i 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 png to bitmap. > Any ideas ... > Thanks in advance -- 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

