I\'m sorry if this topic has been brought before, but all my searches on the web and google groups did not help me.
I\'m currently developing a little game with the
If it comes down to it, you can manually antialias without too much trouble. Just apply a simple lowpass filter (something like an NxN average) to the pixel data before asking the bitmap object to rescale itself.