CHOPTEST(8) | System Manager's Manual | CHOPTEST(8) |
choptest - HylaFAX page chopping test program
/usr/sbin/choptest [ options ] input.tif
choptest is a program for testing the page chopping support in the HylaFAX software (specifically, in the faxq(8) program). choptest analyzes a TIFF/F (TIFF Class F) file with 1-D MH- or 2-D MR-encoded data and reports what the automatic page chopping logic would do if the file were submitted for transmission. Options are provided for controlling whether choptest checks the last page or all pages of the document, and what whitespace threshold to use in deciding if a page should be chopped.
The following shows a multi-page, high-resolution document. Each page has insufficient whitespace for it to be chopped.
hyla% ./choptest -a ~/tiff/pics/faxix.tif Chop pages with >=3" of white space at the bottom. Don't chop, found 67 rows, need 588 rows Don't chop, found 67 rows, need 588 rows Don't chop, found 67 rows, need 588 rows Don't chop, found 53 rows, need 588 rows Don't chop, found 91 rows, need 588 rows Don't chop, found 99 rows, need 588 rows Don't chop, found 47 rows, need 588 rows
October 3, 1995 |