> 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 _______________________________________________ Image-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/image-sig
