From: <tr...@us...> - 2002-09-06 12:26:49
|
Update of /cvsroot/basedb/basedb/exec/source/spotimage In directory usw-pr-cvs1:/tmp/cvs-serv29563 Modified Files: graystorgb.cc Log Message: Updated example to reflect program name change Index: graystorgb.cc =================================================================== RCS file: /cvsroot/basedb/basedb/exec/source/spotimage/graystorgb.cc,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** graystorgb.cc 29 Aug 2002 12:20:12 -0000 1.2 --- graystorgb.cc 6 Sep 2002 12:26:45 -0000 1.3 *************** *** 29,36 **** // other from file descriptor number five. // Example of how to use this program if you have two PGMs already: ! // $ spotimage <red.pnm 5<green.pnm >rgb.pnm // If you have a 2-image TIFF you can do this: ! // $ tiffsplit foo.tif ! // $ tifftopnm xab.tif | { tifftopnm xaa.tif | spotimage >rgb.pnm; } 5<&0 // $ rm xaa.tif xab.tif --- 29,36 ---- // other from file descriptor number five. // Example of how to use this program if you have two PGMs already: ! // $ graystorgb <red.pnm 5<green.pnm >rgb.pnm // If you have a 2-image TIFF you can do this: ! // $ graystorgb foo.tif ! // $ tifftopnm xab.tif | { tifftopnm xaa.tif | graystorgb >rgb.pnm; } 5<&0 // $ rm xaa.tif xab.tif |