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

[pygame] Resized Surfaces and Speed



Hi,
I want to make a "zoom" sort of thing.  The surface will look magnified.  My solution was to use a resized surface.  Unfortunately, the surface takes a long time to resize.  Is there any way around this?  I need to scroll in and out with the scroll wheel, and it must be fast.