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...

Reply via email to