"Thiago Chaves" <[EMAIL PROTECTED]> wrote: > If anyone knows of a better method of using Pygame + PIL together, let me > know, by the way. saving images into HD and reloading them kinda disturbs > me, but couldn't find a more straightforward way.
I always use the tostring/fromstring methods - it's the same number of steps, but it saves hitting the file system. -Dave LeCompte
