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

PIL/Pygame interoperability Re: [pygame] white line on an image's edge



"Thiago Chaves" <shundread@xxxxxxxxx> 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