Thank you. 'rotozoom' solved the problem. Madhubala _____
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian Mallett Sent: Thursday, March 20, 2008 2:15 AM To: pygame-users@seul.org Subject: Re: [pygame] pygame for 2d graphics On Wed, Mar 19, 2008 at 9:50 AM, Brian Fisher <[EMAIL PROTECTED]> 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