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

[EMAIL PROTECTED]
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to