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

Re: [pygame] How to add Zoom functionality?



Are you trying to make a paint program?
I tried that.  You need to use pygame.transform.scale().
Unfortunately, this takes too long to be realtime, so you will need to
figure out which section will be visible in the window.  I think I
have some demo code somewhere...