Tag | Description |
-3 |
Assume input data is
CCITT Group 3 encoded (default).
|
-4 |
Assume input data is
CCITT Group 4 encoded.
|
-U |
Assume input data is uncompressed (Group 3 or Group 4).
|
-1 |
Assume input data is encoded with the 1-dimensional version of the
CCITT Group 3 Huffman encoding algorithm (default).
|
-2 |
Assume input data is 2-dimensional version of the
CCITT Group 3 Huffman encoding algorithm.
|
-P |
Assume input data is
not EOL-aligned (default). This option has effect with Group 3 encoded input only.
|
-A |
Assume input data is EOL-aligned. This option has effect with Group 3
encoded input only.
|
-M |
Treat input data as having bits filled from most significant bit (
MSB ) to most least bit (
LSB ).
|
-L |
Treat input data as having bits filled from least significant bit (
LSB ) to most significant bit (
MSB ) (default).
|
-B |
Assume input data was encoded with black as 0 and white as 1.
|
-W |
Assume input data was encoded with black as 1 and white as 0 (default).
|
-R |
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.
|
-X |
Specify the width, in pixels, of the input images.
By default input are assumed to have a width of 1728 pixels.
|
Options that affect the output file format are:
|
-o |
Specify the name of the output file.
|
-7 |
Force output to be compressed with the
CCITT Group 3 Huffman encoding algorithm (default).
|
-8 |
Force output to be compressed with the
CCITT Group 4 Huffman encoding.
|
-u |
Force output to be uncompressed (Group 3 or Group 4).
|
-5 |
Force output to be encoded with the 1-dimensional version of the
CCITT Group 3 Huffman encoding algorithm.
|
-6 |
Force output to be encoded with the 2-dimensional version of the
CCITT Group 3 Huffman encoding algorithm (default).
|
-a |
Force the last bit of each
End Of Line (
EOL ) code to land on a byte boundary (default). This zero padding will
be reflected in the contents of the
Group3Options tag of the resultant
TIFF file. This option has effect with Group 3 encoded output only.
|
-p |
Do not EOL-align output. This option has effect with Group 3 encoded
output only.
|
-c |
Generate "classic" Group 3 TIFF format.
|
-f |
Generate TIFF Class F (TIFF/F) format (default).
|
-m |
Force output data to have bits filled from most significant bit (
MSB ) to most least bit (
LSB ).
|
-l |
Force output data to have bits filled from least significant bit (
LSB ) to most significant bit (
MSB ) (default).
|
-r |
Specify the number of rows (scanlines) in each strip of data
written to the output file.
By default (or when value
0 is specified),
tiffcp attempts to set the rows/strip
that no more than 8 kilobytes of data appear in a strip (with except of G3/G4
compression schemes). If you specify special value
-1 it will results in infinite number of the rows per strip. The entire image
will be the one strip in that case. This is default in case of G3/G4 output
compression schemes.
|
-s |
Stretch the input image vertically by writing each input row of
data twice to the output file.
|
-v |
Force
fax2tiff to print the number of rows of data it retrieved from the input file.
|
-z |
Force output to be compressed with the LZW encoding.
|