[Image-SIG] Please, I need help regarding displaying a PIL image in realtime...

Guillaume Proux guillaume.proux at scala.com
Sat Dec 3 15:01:08 CET 2005


> File based viewing is inappropraite as well as slow
> here. Image.show method is also inappropriate as it
> will spawn an external process every 6 seconds or so.
> Too slow. In my opinion, what I require is a bitmapped
> graphics capable of rendering a PIL image in realtime
> with a refresh method which can be used to display the
> fresh arrived sensor data.

You should have a look at pygame or pyopengl for those kind of needs.
pygame is very simple to use but it is difficult to integrate in a 
different user interface (such as GTK).

Regards,

Guillaume


More information about the Image-SIG mailing list