Posted on: 01/22/04 03:13am
By: amckay
Folks,
I'm working on a photo plugin and I'd like to make it windoze-friendly. Right now it uses NetPBM and relies on multiple pipes, e.g.
command1 | command2 | command3 > somefile
If windoze cannot do it than I'll break it up into chunks that windows can handle, using temp files in between. And probably make it configurable which style to use (both of which will work in UNIX)
thanks,
-Alan