PIL's Image.show() brings up *two* different viewers

Posted by DarenW on Stack Overflow See other posts from Stack Overflow or by DarenW
Published on 2010-06-14T02:03:14Z Indexed on 2010/06/14 2:12 UTC
Read the original article Hit count: 301

Filed under:
|
|

When toying with images in the python shell, I use image.show(), where image is an instance of Image. Long ago nothing happened, but after defining a symlink to mirage named "xv", I was happy.

The last few days, show() will bring up both ImageMagick's display and also Mirage. It's not clear where show() gets information on what to run. Documentation wasn't helpful. How to make it behave and bring up only what it thinks is xv?

© Stack Overflow or respective owner

Related posts about python

Related posts about linux