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

RE: [pygame] pygame for 2d graphics



Thank you. 'rotozoom' solved the problem.
Madhubala


From: owner-pygame-users@xxxxxxxx [mailto:owner-pygame-users@xxxxxxxx] On Behalf Of Ian Mallett
Sent: Thursday, March 20, 2008 2:15 AM
To: pygame-users@xxxxxxxx
Subject: 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