Build Pygame With Full Image Support?
I'm trying to create a graphical application and using pygame as my library. However, in order to load non-bmp files I need to build python with full image support. The image modu
Solution 1:
The image module is PIL - you can get it here - http://www.pythonware.com/products/pil
Post a Comment for "Build Pygame With Full Image Support?"