[Image-SIG] im.show() error

Fredrik Lundh fredrik at pythonware.com
Tue Nov 14 13:43:33 CET 2006


Joao S. O. Bueno Calligaris wrote:

> The problem is that the utility "xv" is hardcoded into the PIL code as
> the default application to open to show up an image.

you can override this by passing in a command= argument to im.show:

    im.show(command="myviewer")

</F> 





More information about the Image-SIG mailing list