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> 



_______________________________________________
Image-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to