Re: [pygtk] Pixmap save/load

2009-10-08 Thread David Ripton
On 2009.10.08 21:07:10 +0100, Peyman wrote: > I am generating a pictures that requires O(n^2) time so I create it as > a pixmap, that way I don't have to keep generating it. I can then save > this as a JPEG via pixbuf. But is there any way to load that jpeg > again, for example the next time

[pygtk] Pixmap save/load

2009-10-08 Thread Peyman
Hi I am experimenting with pixmaps I am generating a pictures that requires O(n^2) time so I create it as a pixmap, that way I don't have to keep generating it. I can then save this as a JPEG via pixbuf. But is there any way to load that jpeg again, for example the next time I load the prog