[SciPy-user] Alternative to NumTut's view() function?

Travis Oliphant oliphant.travis at ieee.org
Fri Feb 14 14:50:15 EST 2003


On Fri, 2003-02-14 at 01:52, Ken Sugino wrote:
> 

If you have the PIL installed and a recent version of scipy you can use

imshow(array)  

which will convert the image to a PIL object and show it through the PIL
external viewer.

This works for both RGB and grayscale images.


For grayscale images I personally use

xplt.imagesc  

quite a bit  but you have to have a Unix environment.


-Travis O.







More information about the SciPy-User mailing list