How can I make a good programmatic dithering for transparent image
(i.e. without noise and/or color background)?

android:dither make things even worse:

without dithering, android 1.5:
http://bit.ly/8BS2GI

with dithering, android 2.0:
http://bit.ly/5nH2oI

Sample project here:
http://bit.ly/4WCREz

If good dithering is not yet possible, what is the best way (i.e. what
methods/classes to implement/override) to implement my own dithering
algorithm?

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to