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

Re: [pygame] Fast method for pixellated animation



Perfect – thanks so much yet again!
John

From: Lenard Lindstrom <len-l@xxxxxxxxx>
Reply-To: <pygame-users@xxxxxxxx>
Date: Mon, 24 Oct 2011 19:26:02 -0600 (MDT)
To: <pygame-users@xxxxxxxx>
Subject: Re: [pygame] Fast method for pixellated animation

Hi,
 
The Pygame scroll.py example program uses the pygame.transform.scale function to zoom in on an image.
 
https://bitbucket.org/pygame/pygame/src/dd6752f761be/examples/scroll.py
 
It is packaged with Pygame and can be run with the following command line:
 
python -m pygame.examples.scroll
 
 
Lenard Lindstrom
 
On Oct 24, 2011, John Jameson <jwing45@xxxxxxxxx> wrote: