Sunday, December 30, 2012

[android-developers] Best bitmap compression for 2 color Bitmaps

Hi,
Can anyone recommend a way to compress a 2 color Bitmap?  (preferably a lossless one)

I suppose I should use  RGB_565 (I am currently using ARGB) , but other than that, what should give me the best compression ratio? (JPEG, PNG,...)
Should I think of my own compression algorithm for this?


--
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