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

Re: [pygame] picklable Surface. Anyone made code to pickle a Surface?



On Fri, Dec 11, 2009 at 9:31 AM, René Dudfield <renesd@xxxxxxxxx> wrote:
Hi,

has anyone made code to pickle a Surface?

I'm thinking a tostring/fromstring type calls with the Surface
attributes pickled will suffice.
That's what I've used for sending surfaces through sockets.  It works.
cheers,
Ian