2002-10-07 09:47:36 -04:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta name="generator" content="groff -Thtml, see www.gnu.org">
|
|
|
|
<meta name="Content-Style" content="text/css">
|
|
|
|
<title>FAX2TIFF</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<h1 align=center>FAX2TIFF</h1>
|
|
|
|
<a href="#NAME">NAME</a><br>
|
|
|
|
<a href="#SYNOPSIS">SYNOPSIS</a><br>
|
|
|
|
<a href="#DESCRIPTION">DESCRIPTION</a><br>
|
|
|
|
<a href="#OPTIONS">OPTIONS</a><br>
|
|
|
|
<a href="#DIAGNOSTICS">DIAGNOSTICS</a><br>
|
|
|
|
<a href="#BUGS">BUGS</a><br>
|
|
|
|
<a href="#SEE ALSO">SEE ALSO</a><br>
|
|
|
|
|
|
|
|
<hr>
|
2003-02-03 11:54:22 -05:00
|
|
|
<!-- Creator : groff version 1.17.2 -->
|
2003-12-21 16:47:11 -05:00
|
|
|
<!-- CreationDate: Mon Dec 22 00:39:30 2003 -->
|
2002-10-07 09:47:36 -04:00
|
|
|
<a name="NAME"></a>
|
|
|
|
<h2>NAME</h2>
|
2003-02-03 11:54:22 -05:00
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
2002-10-07 09:47:36 -04:00
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
2003-02-03 11:54:22 -05:00
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
fax2tiff - create a <small>TIFF</small> Class F fax file from raw fax data</td></table>
|
2002-10-07 09:47:36 -04:00
|
|
|
<a name="SYNOPSIS"></a>
|
|
|
|
<h2>SYNOPSIS</h2>
|
2003-02-03 11:54:22 -05:00
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
2002-10-07 09:47:36 -04:00
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
2003-02-03 11:54:22 -05:00
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>fax2tiff</b> [ <i>options</i> ] [ <b>-o</b>
|
2003-02-27 10:04:46 -05:00
|
|
|
<i>output.tif</i> ] <i>input.raw</i></td></table>
|
2002-10-07 09:47:36 -04:00
|
|
|
<a name="DESCRIPTION"></a>
|
|
|
|
<h2>DESCRIPTION</h2>
|
2003-02-03 11:54:22 -05:00
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
2002-10-07 09:47:36 -04:00
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
2003-02-03 11:54:22 -05:00
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<i>Fax2tiff</i> creates a <small>TIFF</small> file
|
2002-10-07 09:47:36 -04:00
|
|
|
containing <small>CCITT</small> Group 3 or Group 4 encoded
|
2003-02-27 10:04:46 -05:00
|
|
|
data from one or more files containing ``raw'' Group 3 or
|
|
|
|
Group 4 encoded data (typically obtained directly from a fax
|
|
|
|
modem). By default, each row of data in the resultant
|
|
|
|
<small>TIFF</small> file is 1-dimensionally encoded and
|
2003-02-03 11:54:22 -05:00
|
|
|
padded or truncated to 1728 pixels, as needed. The resultant
|
|
|
|
image is a set of low resolution (98 lines/inch) or medium
|
|
|
|
resolution (196 lines/inch) pages, each of which is a single
|
|
|
|
strip of data. The generated file conforms to the
|
|
|
|
<small>TIFF</small> Class F ( <small>FAX</small> )
|
|
|
|
specification for storing facsimile data. This means, in
|
|
|
|
particular, that each page of the data does <b>not</b>
|
|
|
|
include the trailing <i>return to control</i> (
|
|
|
|
<small>RTC</small> ) code; as required for transmission by
|
|
|
|
the <small>CCITT</small> Group 3 specifications. The old,
|
|
|
|
``classic'', format is created if the <b>-c</b> option is
|
|
|
|
used. (The Class F format can also be requested with the
|
|
|
|
<b>-f</b> option.)</td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
The default name of the output image is <i>fax.tif</i>; this
|
|
|
|
can be changed with the <b>-o</b> option. Each input file is
|
|
|
|
assumed to be a separate page of facsimile data from the
|
|
|
|
same document. The order in which input files are specified
|
|
|
|
on the command line is the order in which the resultant
|
|
|
|
pages appear in the output file.</td></table>
|
2002-10-07 09:47:36 -04:00
|
|
|
<a name="OPTIONS"></a>
|
|
|
|
<h2>OPTIONS</h2>
|
2003-02-03 11:54:22 -05:00
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
Options that affect the interpretation of input data
|
|
|
|
are:</td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-3</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
|
|
|
Assume input data is <small>CCITT</small> Group 3 encoded
|
|
|
|
(default).</td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-4</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
|
|
|
Assume input data is <small>CCITT</small> Group 4
|
|
|
|
encoded.</td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-U</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
2003-02-27 10:04:46 -05:00
|
|
|
Assume input data is uncompressed (Group 3 or Group
|
|
|
|
4).</td></table>
|
2003-02-03 11:54:22 -05:00
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-1</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
|
|
|
Assume input data is encoded with the 1-dimensional version
|
|
|
|
of the <small>CCITT</small> Group 3 Huffman encoding
|
|
|
|
algorithm (default).</td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-2</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
|
|
|
Assume input data is 2-dimensional version of the
|
|
|
|
<small>CCITT</small> Group 3 Huffman encoding
|
|
|
|
algorithm.</td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-P</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
|
|
|
Assume input data is <b>not</b> EOL-aligned (default). This
|
|
|
|
option has effect with Group 3 encoded input
|
|
|
|
only.</td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-A</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
|
|
|
Assume input data is EOL-aligned. This option has effect
|
|
|
|
with Group 3 encoded input only.</td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-M</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
|
|
|
Treat input data as having bits filled from most significant
|
|
|
|
bit ( <small>MSB</small> ) to most least bit (
|
|
|
|
<small>LSB</small> ).</td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-L</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
|
|
|
Treat input data as having bits filled from least
|
2002-10-07 09:47:36 -04:00
|
|
|
significant bit ( <small>LSB</small> ) to most significant
|
2003-02-27 10:04:46 -05:00
|
|
|
bit ( <small>MSB</small> ) (default).</td></table>
|
2003-02-03 11:54:22 -05:00
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-B</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
|
|
|
Assume input data was encoded with black as 0 and white as
|
|
|
|
1.</td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-W</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
2003-02-27 10:04:46 -05:00
|
|
|
Assume input data was encoded with black as 1 and white as 0
|
|
|
|
(default).</td></table>
|
2003-02-03 11:54:22 -05:00
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-R</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
|
|
|
Specify the vertical resolution, in lines/inch, of the input
|
|
|
|
images. By default input are assumed to have a vertical
|
|
|
|
resolution of 196 lines/inch. If images are low resolution
|
|
|
|
facsimile, a value of 98 lines/inch should be
|
|
|
|
specified.</td></table>
|
|
|
|
|
2003-02-27 10:04:46 -05:00
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-X</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
|
|
|
Specify the width, in pixels, of the input images. By
|
|
|
|
default input are assumed to have a width of 1728
|
|
|
|
pixels.</td></table>
|
|
|
|
|
2003-02-03 11:54:22 -05:00
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
Options that affect the output file format are:</td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-o</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
|
|
|
Specify the name of the output file.</td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-7</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
|
|
|
Force output to be compressed with the <small>CCITT</small>
|
2003-02-27 10:04:46 -05:00
|
|
|
Group 3 Huffman encoding algorithm (default).</td></table>
|
2003-02-03 11:54:22 -05:00
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-8</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
|
|
|
Force output to be compressed with the <small>CCITT</small>
|
|
|
|
Group 4 Huffman encoding.</td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-u</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
2003-02-27 10:04:46 -05:00
|
|
|
Force output to be uncompressed (Group 3 or Group
|
|
|
|
4).</td></table>
|
2003-02-03 11:54:22 -05:00
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-5</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
|
|
|
Force output to be encoded with the 1-dimensional version of
|
|
|
|
the <small>CCITT</small> Group 3 Huffman encoding
|
|
|
|
algorithm.</td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-6</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
|
|
|
Force output to be encoded with the 2-dimensional version of
|
|
|
|
the <small>CCITT</small> Group 3 Huffman encoding algorithm
|
|
|
|
(default).</td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-a</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
|
|
|
Force the last bit of each <i>End Of Line</i> (
|
|
|
|
<small>EOL</small> ) code to land on a byte boundary
|
|
|
|
(default). This ``zero padding'' will be reflected in the
|
|
|
|
contents of the <i>Group3Options</i> tag of the resultant
|
|
|
|
<small>TIFF</small> file. This option has effect with Group
|
|
|
|
3 encoded output only.</td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-p</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
|
|
|
Do not EOL-align output. This option has effect with Group 3
|
|
|
|
encoded output only.</td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-c</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
|
|
|
Generate "classic" Group 3 TIFF
|
|
|
|
format.</td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-f</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
2003-02-27 10:04:46 -05:00
|
|
|
Generate TIFF Class F (TIFF/F) format
|
|
|
|
(default).</td></table>
|
2003-02-03 11:54:22 -05:00
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-m</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
|
|
|
Force output data to have bits filled from most significant
|
|
|
|
bit ( <small>MSB</small> ) to most least bit (
|
|
|
|
<small>LSB</small> ).</td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-l</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
|
|
|
Force output data to have bits filled from least significant
|
|
|
|
bit ( <small>LSB</small> ) to most significant bit (
|
2003-02-27 10:04:46 -05:00
|
|
|
<small>MSB</small> ) (default).</td></table>
|
2003-02-03 11:54:22 -05:00
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-s</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
|
|
|
Stretch the input image vertically by writing each input row
|
|
|
|
of data twice to the output file.</td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>-v</b></td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="21%"></td><td width="79%">
|
|
|
|
Force <i>fax2tiff</i> to print the number of rows of data it
|
|
|
|
retrieved from the input file.</td></table>
|
2002-10-07 09:47:36 -04:00
|
|
|
<a name="DIAGNOSTICS"></a>
|
|
|
|
<h2>DIAGNOSTICS</h2>
|
2003-02-03 11:54:22 -05:00
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
The following warnings and errors come from the decoding
|
|
|
|
routines in the library.</td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>Warning, %s: Premature EOL at scanline %d (x %d).n</b>.
|
|
|
|
The input data had a row that was shorter than the expected
|
2003-02-27 10:04:46 -05:00
|
|
|
width. The row is padded with white.</td></table>
|
2003-02-03 11:54:22 -05:00
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>%s: Premature EOF at scanline %d (x %d).n</b>. The
|
2002-10-07 09:47:36 -04:00
|
|
|
decoder ran out of data in the middle of a scanline. The
|
2003-02-03 11:54:22 -05:00
|
|
|
resultant row is padded with white.</td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>%s: Bad code word at row %d, x %dn</b>. An invalid Group
|
|
|
|
3 <i>code</i> was encountered while decoding the input file.
|
|
|
|
The row number and horizontal position is given. The
|
2002-10-07 09:47:36 -04:00
|
|
|
remainder of the input row is discarded, while the
|
2003-02-03 11:54:22 -05:00
|
|
|
corresponding output row is padded with white.</td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<b>%s: Bad 2D code word at scanline %d.n</b>. An invalid
|
2002-10-07 09:47:36 -04:00
|
|
|
Group 4 or 2D Group 3 <i>code</i> was encountered while
|
|
|
|
decoding the input file. The row number and horizontal
|
|
|
|
position is given. The remainder of the input row is
|
|
|
|
discarded, while the corresponding output row is padded with
|
2003-02-03 11:54:22 -05:00
|
|
|
white.</td></table>
|
2002-10-07 09:47:36 -04:00
|
|
|
<a name="BUGS"></a>
|
|
|
|
<h2>BUGS</h2>
|
2003-02-03 11:54:22 -05:00
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
2003-02-27 10:04:46 -05:00
|
|
|
Input data are assumed to have a a ``top left'' orientation;
|
|
|
|
it should be possible to override this assumption from the
|
2003-02-03 11:54:22 -05:00
|
|
|
command line.</td></table>
|
2002-10-07 09:47:36 -04:00
|
|
|
<a name="SEE ALSO"></a>
|
|
|
|
<h2>SEE ALSO</h2>
|
2003-02-03 11:54:22 -05:00
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
2002-10-07 09:47:36 -04:00
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
2003-02-03 11:54:22 -05:00
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<i><small>CCITT</small> Recommendation T.4</i>
|
2002-10-07 09:47:36 -04:00
|
|
|
(Standardization of Group 3 Facsimile Apparatus for Document
|
2003-02-03 11:54:22 -05:00
|
|
|
Transmission).</td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<i>The Spirit of TIFF Class F</i>, an appendix to the TIFF
|
|
|
|
5.0 specification prepared by Cygnet
|
|
|
|
Technologies.</td></table>
|
|
|
|
|
|
|
|
<table width="100%" border=0 rules="none" frame="void"
|
|
|
|
cols="2" cellspacing="0" cellpadding="0">
|
|
|
|
<tr valign="top" align="left">
|
|
|
|
<td width="10%"></td><td width="90%">
|
|
|
|
<i>tiffinfo</i>(1), <i>tiffdither</i>(1), <i>tiffgt</i>(1),
|
|
|
|
<i>libtiff</i>(3).</td></table>
|
2002-10-07 09:47:36 -04:00
|
|
|
<hr>
|
|
|
|
</body>
|
|
|
|
</html>
|