Dan Halbert wrote:
show() is meant for very casual "manual" viewing of images, really for debugging. It just invokes some image display or other, depending on which platform it's running on.

And you got this answer right from the beginning. Essentially, PIL can't be used the way you want to use it, and you've gotten many suggestions as to other options. At least:

wxPython
TkInter
PyGame
matplotlib

others?

I think a couple of people have even posted code that does most f what you want.

You'll just have to pick one and go look at its docs and mailing list to see how to do what you want.


Or do you mean matplotlib show(), which is designed to be the last call in a script -- but look at the docs, and the matplotlib docs for ways to do what you want.

The tools are out there.

-Chris


--
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

chris.bar...@noaa.gov
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to