[Image-SIG] Something other than .show()

Chris Barker Chris.Barker at noaa.gov
Sat Jul 2 08:03:04 CEST 2005


Joseph Quigley wrote:
> What else can I use besides .show() to display the image? 

PIL can be used with any number of the various GUI toolkits available 
for Python. Here's some info about using it with wxPython:

http://wiki.wxpython.org/index.cgi/WorkingWithImages

It would be pretty quick to whip up an alternative to show() with 
wxPython and probably any of the other major toolkits. (GTK, QT, etc.)

-Chris


-- 
Christopher Barker, Ph.D.
Oceanographer
                                      		
NOAA/OR&R/HAZMAT         (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov


More information about the Image-SIG mailing list