How to draw antialiased bitmap along with transformation matrices.. I use matrix to rotate and scale a bitmap and then draw it using canvas.drawBitmap
But the bitmap after the transformation looks ugly and aliased. I tried using the paint.antialias(true) and passing it to drawBitmap function. It doesn't seem to work. Should I set anymore parameters ?? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

