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

2011-06-13 Thread Streets Of Boston
Maybe it is faster to compress and un-compress than to read a bigger file from the SD-card/network -- 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

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

2011-06-12 Thread Doug
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 wrote: > Hi all, > I am new to this group...sorry if I make any mistakes:) > I