File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818table ['ppm' ] = t
1919
2020t = pipes .Template ().init ()
21- t .append ('pnmtoppm' , '--' )
21+ t .append ('(PATH=$PATH:/ufs/guido/bin/sgi; exec pnmtoppm) ' , '--' )
2222t .append ('fromppm $IN $OUT' , 'ff' )
2323table ['pnm' ] = t
2424table ['pgm' ] = t
3636
3737t = pipes .Template ().init ()
3838t .append ('rasttopnm' , '--' )
39- t .append ('pnmtoppm' , '--' )
39+ t .append ('(PATH=$PATH:/ufs/guido/bin/sgi; exec pnmtoppm) ' , '--' )
4040t .append ('fromppm $IN $OUT' , 'ff' )
4141table ['rast' ] = t
4242
4343t = pipes .Template ().init ()
4444t .append ('djpeg' , '--' )
45- t .append ('pnmtoppm' , '--' )
45+ t .append ('(PATH=$PATH:/ufs/guido/bin/sgi; exec pnmtoppm) ' , '--' )
4646t .append ('fromppm $IN $OUT' , 'ff' )
4747table ['jpeg' ] = t
4848
Original file line number Diff line number Diff line change 1818table ['ppm' ] = t
1919
2020t = pipes .Template ().init ()
21- t .append ('pnmtoppm' , '--' )
21+ t .append ('(PATH=$PATH:/ufs/guido/bin/sgi; exec pnmtoppm) ' , '--' )
2222t .append ('fromppm $IN $OUT' , 'ff' )
2323table ['pnm' ] = t
2424table ['pgm' ] = t
3636
3737t = pipes .Template ().init ()
3838t .append ('rasttopnm' , '--' )
39- t .append ('pnmtoppm' , '--' )
39+ t .append ('(PATH=$PATH:/ufs/guido/bin/sgi; exec pnmtoppm) ' , '--' )
4040t .append ('fromppm $IN $OUT' , 'ff' )
4141table ['rast' ] = t
4242
4343t = pipes .Template ().init ()
4444t .append ('djpeg' , '--' )
45- t .append ('pnmtoppm' , '--' )
45+ t .append ('(PATH=$PATH:/ufs/guido/bin/sgi; exec pnmtoppm) ' , '--' )
4646t .append ('fromppm $IN $OUT' , 'ff' )
4747table ['jpeg' ] = t
4848
You can’t perform that action at this time.
0 commit comments