[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] pygame for 2d graphics



On Wed, Mar 19, 2008 at 9:50 AM, Brian Fisher <brian@xxxxxxxxxxxxxxxxxxx> wrote:
try rotozoom instead of scale... scale is like a "nearest neighbor"
scale, so it throws out a lot of pixels. rotozoom is a resampler.
Cool!  I didn't know that!
Ian