[Image-SIG] RE: ploting and making images.

Dominik Royko droyko at uottawa.ca
Fri Feb 20 10:44:29 EST 2004


What about creating a little shell script and placing it in the path
that PIL uses when invoking 'xv'?  Then you could use "show" as usual.

cat > xv
 #!/bin/bash
 /usr/bin/kview $*

(I'm not sure what path PIL uses, though.  Presumably, it would be
$PATH.)

Dominik Royko.



More information about the Image-SIG mailing list