antialias will smooth the edges (when drawn at a non-multiple-of-90-degrees)
filtering will smooth the sampled colors within the bitmap

On Tue, Mar 3, 2009 at 7:59 AM, quakeboy <[email protected]> wrote:
>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to