I'm looking for advice on implementing an image display interface that I'm working on. I need to display astronomical images in some kind of GUI and then alter the display depending on user input from the image and other GUI components.
I'm new to Python but I've successfully implemented this kind of thing in other languages before so what I really need is a example of syntax rather than a full, start from scratch, introduction to programming. There are a lot of tutorials out there and the Programming Python book from O'reily has got me as far has getting a working GUI on the screen, but most tutorial seem to stop short of displaying and interacting with images. I want is to be able to turn 2D intensity maps into grayscale/colour images and then check for mouse clicks and cursor positions on the image. Any ideas of where to turn next would be greatly appreciated. Rob. _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
