Re: save an opengl canvas (wxPython)

2004-12-15 Thread Zunbeltz Izaola
"Mike C. Fletcher" <[EMAIL PROTECTED]> writes: > There's sample code in PyOpenGL and OpenGLContext for saving canvases > to PNG or JPEG formats using PIL. Saving to Postscript requires > considerably more work (if you're implying saving as triangles, lines > and the like). There is a GPL library

Re: save an opengl canvas (wxPython)

2004-12-14 Thread Mike C. Fletcher
There's sample code in PyOpenGL and OpenGLContext for saving canvases to PNG or JPEG formats using PIL. Saving to Postscript requires considerably more work (if you're implying saving as triangles, lines and the like). There is a GPL library which lets you do this, and I have an old SWIG wrap