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

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



Aha

Thanks for the info. I'll try it out here. =)

-Thiago

On Jan 4, 2008 5:46 PM, Dave LeCompte (really) <dave@xxxxxxxxxxxx> wrote:
"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