C
Chris Jankowski
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:Traceback ( File "<interactive input>", line 1
pilprint 'c:/chris.TIF'
^
SyntaxError: invalid syntax
Thanks,
Chris J.
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:Traceback ( File "<interactive input>", line 1
pilprint 'c:/chris.TIF'
^
SyntaxError: invalid syntax
Thanks,
Chris J.