Pilprint
Chris Jankowski
cjankowski at hbr-inc.com
Wed Aug 11 10:53:59 EDT 2004
I am a newbie to the world of Python and trying to print some
images(.tif). I have installed the PIL Library and can use the some
of the fuctions like: m.format, im.size, im.mode without any problem.
When I try to use the Tools like pilprint and pilfile, I can't seem to
get them to work. Any help would be greatly appreciated.
Examples:
>>> pilfile *.tif
Traceback ( File "<interactive input>", line 1
pilfile *.tif
>>> pilprint 'c:/chris.TIF'
Traceback ( File "<interactive input>", line 1
pilprint 'c:/chris.TIF'
^
SyntaxError: invalid syntax
Thanks,
Chris J.
More information about the Python-list
mailing list