Sunday, June 12, 2011

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

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 <mail.t...@in.com> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment