Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

choptest(8) [debian man page]

CHOPTEST(8)						      System Manager's Manual						       CHOPTEST(8)

NAME
choptest - HylaFAX page chopping test program SYNOPSIS
/usr/sbin/choptest [ options ] input.tif DESCRIPTION
choptest is a program for testing the page chopping support in the HylaFAX software (specifically, in the faxq(8) program). choptest ana- lyzes 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 docu- ment, and what whitespace threshold to use in deciding if a page should be chopped. OPTIONS
-a Chop all pages in the document. This is equivalent to setting the PageChop configuration parameter to ``all''; c.f. hylafax- config(5). By default only the last page of the document is considered. -t inches Set the minimum whitespace threshold that must be present on a page for it to be chopped. This is equivalent to the Page- ChopThreshold configuration parameter; c.f. hylafax-config(5). By default choptest requires that at least 3 inches of trailing whitespace be present. EXAMPLES
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 SEE ALSO
faxq(8), hylafax-config(5) October 3, 1995 CHOPTEST(8)

Check Out this Related Man Page

TIFF2FAX(8)						      System Manager's Manual						       TIFF2FAX(8)

NAME
tiff2fax - convert TIFF for facsimile transmission by HylaFAX SYNOPSIS
/var/spool/hylafax/bin/tiff2fax [ options ] file DESCRIPTION
bin/tiff2fax takes TIFF input and generates a TIFF Class F image file suitable for facsimile transmission. It is usually invoked by the HylaFAX scheduler process, faxq(8). The default implementation uses the tiffcheck(8) program and tools from the freely available TIFF software distribution to implement the conversion operations. This script can modify outgoing facsimile, such as watermarking, To do this create a shell script etc/FaxModify in the spooling area that alters the document. OPTIONS
The following operations are recognized: -1 Write Group 3 1D-encoded data to the output file. -2 Write Group 3 2D-encoded data to the output file. -3 Write Group 4 MMR-encoded data to the output file. -m pages Set the maximum number of pages that are permitted in the output file. If more pages are present in the input document then abort processing. -o file Write output to the specified file instead of the default foo.tif filename. -w width Set the output page width, in pixels. By default, pages are 1728 pixels wide. -l length Set the output page length in millimeters. By default, pages are 297 millimeters long. -r vres Set the vertical resolution, in lines/inch, at which to image the POSTSCRIPT. FILES
/usr/sbin/tiffcheck TIFF file conversion examiner /var/spool/hylafax/bin/ps2fax POSTSCRIPT RIP for doing complicated conversions /usr/bin/tiffcp for converting compression schemes /usr/bin/tiff2ps for colorspace and/or image size conversions BUGS
Conversions that require re-imaging and resizing may result in images that are poorly placed on the page. There is no way to control how images are treated when they are resized; e.g. the original aspect ratio is not always maintained. SEE ALSO
sendfax(1), faxq(8), hylafax-server(5) May 12, 1996 TIFF2FAX(8)
Man Page