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

Re: [pygame] Problem with image scaling.



oh.
thanks!


--- On Sun, 1/18/09, Ian Mallett <geometrian@xxxxxxxxx> wrote:

From: Ian Mallett <geometrian@xxxxxxxxx>
Subject: Re: [pygame] Problem with image scaling.
To: pygame-users@xxxxxxxx
Date: Sunday, January 18, 2009, 6:07 PM


-----Inline Attachment Follows-----

Um, because you need to set the image to the scaled image.  Try self.image = pygame.transform.scale(self.image, scalev)
-I