On Mon, Jul 6, 2009 at 12:49 PM, Ondrej Certik<[email protected]> wrote: > > On Sun, Jul 5, 2009 at 7:05 PM, David Joyner<[email protected]> wrote: >>
... >> >> 4. Should I interface also with pyglet classes? (Pyglet is included with >> sympy, hence with sage, and does some very very basic "image >> processing".) Again, I don't know how this would be done... > > pyglet doesn't work off screen, so it's sort of useless in the notebook. > > I am working on making it work offscreen here: > > http://groups.google.com/group/sage-devel/browse_thread/thread/7c5be4dfd99de7b2/ Is this related to what you want: http://www.nabble.com/Re%3A-real-time-video-capturing-and-processing-p21363014.html ("I've written some code that allows you to run a pyglet window in the background ...")? > > what kind of image processing capabilities does pyglet have? I didn't > find any here: > > http://pyglet.org/doc/programming_guide/images.html Yes, it seems to do some conversions (eg, gif to png) and you can extract some image data. That's not really "image processing" as you point out. It wasn't clear to me what else it could do. I'll skip the pyglet interface. Thanks Ondrej. > > Ondrej > > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
