Examples

For each of these examples, the user has an AFP input file of an FS45 image that they are converting to an FS10 file for printing on a black-and-white printer. To obtain their FS45 input file, they might have used either the tiff2afp, gif2afp, jpeg2afp, pdf2afp, or ps2afp transform to convert an image file from one of those formats

To convert an FS45 image (sampleFS45.afp) to an FS10 image (outFS10.afp) from an InfoPrint command line for printing on an InfoPrint 21 printer, type this on the command line:

img2afp -a fs10 -thresh 4322.ibm106lpi.ta.ps \
-gcorr 4322.ibm106lpi.tf.dt.ps sampleFS45.afp -o outFS10.afp

To print the resulting FS10 image (outFS10.afp) on an InfoPrint 21 printer, type this on the command line:

pdpr -p ip21-ld outFS10.afp

To convert an FS45 image (DSC011FS45.afp) to an FS10 image (DSC011FS10.afp) with standard halftones from an InfoPrint command line for printing on an InfoPrint 4100–HD3/HD4 Advanced Function Printing System printer, type this on the command line:

img2afp -a fs10 -thresh 4100-HD3-HD4.ibm106lpi.ta.ps -gcorr \
4100-HD3-HD4.ibm106lpi.tf.lr.ps DSC011FS45.afp -o DSC011FS10.afp

To print the resulting FS10 image (DSC011FS10.afp) on an InfoPrint 4100–HD3/HD4 Advanced Function Printing System printer, type this on the command line:

pdpr -p silver-ld DSC011FS10.afp

To convert an FS45 image (DSC015FS45.afp) to an FS10 image (DSC011FS10.afp) with dark halftones from an InfoPrint command line for printing on an InfoPrint 4000 Advanced Function Printing System printer, type this on the command line:

img2afp -a fs10 -thresh 4000.ibm106lpi.ta.ps -gcorr \
4000.ibm106lpi.tf.ap.ps DSC015FS45.afp -o DSC011FS10.afp

To print the resulting FS10 image (DSC011FS10.afp) on an InfoPrint 4000 Advanced Function Printing System printer, type this on the command line:

pdpr -p ip40001-ld DSC011FS10.afp