>>>>> "Marek" == Marek Rouchal <[EMAIL PROTECTED]> writes:
Marek> - There are lots of errors in the main script wrt. the
Marek> handling of the path delimiter $dd. Examples: 1. =~ /^$dd/
Marek> is bound to fail when $dd is '\'.
Other solution : set $dd to '/' everywhere. Unless you are doing a
system() command, pathes will be understood and will not need quoting.
Marek> - Pipes seem to work only partially on Win95, i.e. in a
Marek> multiple pipe A < input | B | C | D > output e.g. the
Marek> processes C and D seem to get bypassed! I noticed that
Marek> sometimes C *does* get processed, but not D. Solution: Use
Marek> pstoimg_nopipes
About pstoimg : there is a perl interface to ImageMagick. Although
netpbm is fine, it would be more developper-friendly to use
ImageMagick. I'm pretty sure the switch is easy (convert.exe has most
options in common with netpbm tools).
My $0.02,
Fabrice