📄 fax2tiff.1
字号:
.\" $Header: /cvsroot/osrs/libtiff/man/fax2tiff.1,v 1.3 2003/02/27 15:04:46 dron Exp $.\".\" Copyright (c) 1990-1997 Sam Leffler.\" Copyright (c) 1991-1997 Silicon Graphics, Inc..\".\" Permission to use, copy, modify, distribute, and sell this software and .\" its documentation for any purpose is hereby granted without fee, provided.\" that (i) the above copyright notices and this permission notice appear in.\" all copies of the software and related documentation, and (ii) the names of.\" Sam Leffler and Silicon Graphics may not be used in any advertising or.\" publicity relating to the software without the specific, prior written.\" permission of Sam Leffler and Silicon Graphics..\" .\" THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, .\" EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY .\" WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. .\" .\" IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR.\" ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,.\" OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,.\" WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF .\" LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE .\" OF THIS SOFTWARE..\".if n .po 0.TH FAX2TIFF 1 "February 27, 2003".SH NAMEfax2tiff \- create a.SM TIFFClass F fax file from raw fax data.SH SYNOPSIS.B fax2tiff[.I options] [.B \-o.I output.tif].I input.raw.SH DESCRIPTION.I Fax2tiffcreates a.SM TIFFfile containing .SM CCITTGroup 3 or Group 4 encoded 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.SM TIFFfile is 1-dimensionally encoded andpadded 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.SM TIFFClass F (\c.SM FAX\c) specification for storing facsimile data.This means, in particular, that each page of the data does.B notinclude the trailing .I "return to control"(\c.SM RTC\c) code; as requiredfor transmission by the.SM CCITTGroup 3 specifications.The old, ``classic'', format is created if the.B \-coption is used.(The Class F format can also be requested with the.B \-foption.).PPThe default name of the output image is.IR fax.tif ;this can be changed with the.B \-ooption.Each input file is assumed to be a separate page of facsimile datafrom the same document.The order in which input files are specified on the commandline is the order in which the resultant pages appear in theoutput file..SH OPTIONSOptions that affect the interpretation of input data are:.TP.B \-3Assume input data is.SM CCITTGroup 3 encoded (default)..TP.B \-4Assume input data is.SM CCITTGroup 4 encoded..TP.B \-UAssume input data is uncompressed (Group 3 or Group 4)..TP.B \-1Assume input data is encoded with the 1-dimensional version of the.SM CCITTGroup 3 Huffman encoding algorithm (default)..TP.B \-2Assume input data is 2-dimensional version of the.SM CCITTGroup 3 Huffman encoding algorithm..TP.B \-PAssume input data is.B notEOL-aligned (default). This option has effect with Group 3 encoded input only..TP.B \-AAssume input data is EOL-aligned. This option has effect with Group 3encoded input only..TP.B \-MTreat input data as having bits filled from most significant bit (\c.SM MSB\c) to most least bit (\c.SM LSB\c)..TP.B \-LTreat input data as having bits filled from least significant bit (\c.SM LSB\c) to most significant bit (\c.SM MSB\c) (default)..TP.B \-BAssume input data was encoded with black as 0 and white as 1..TP.B \-WAssume input data was encoded with black as 1 and white as 0 (default)..TP.B \-RSpecify 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 shouldbe specified..TP.B \-XSpecify the width, in pixels, of the input images.By default input are assumed to have a width of 1728 pixels..PPOptions that affect the output file format are:.TP.B \-oSpecify the name of the output file..TP.B \-7Force output to be compressed with the.SM CCITTGroup 3 Huffman encoding algorithm (default)..TP.B \-8Force output to be compressed with the.SM CCITTGroup 4 Huffman encoding..TP.B \-uForce output to be uncompressed (Group 3 or Group 4)..TP.B \-5Force output to be encoded with the 1-dimensional version of the.SM CCITTGroup 3 Huffman encoding algorithm..TP.B \-6Force output to be encoded with the 2-dimensional version of the.SM CCITTGroup 3 Huffman encoding algorithm (default)..TP.B \-aForce the last bit of each.I "End Of Line"(\c.SM EOL\c) code to land on a byte boundary (default). This ``zero padding'' willbe reflected in the contents of the.I Group3Optionstag of the resultant.SM TIFFfile. This option has effect with Group 3 encoded output only..TP.B \-pDo not EOL-align output. This option has effect with Group 3 encodedoutput only..TP.B \-cGenerate "classic" Group 3 TIFF format..TP.B \-fGenerate TIFF Class F (TIFF/F) format (default)..TP.B \-mForce output data to have bits filled from most significant bit (\c.SM MSB\c) to most least bit (\c.SM LSB\c)..TP.B \-lForce output data to have bits filled from least significant bit (\c.SM LSB\c) to most significant bit (\c.SM MSB\c) (default)..TP.B \-sStretch the input image vertically by writing each input row ofdata twice to the output file..TP.B \-vForce.I fax2tiffto print the number of rows of data it retrieved from the input file..SH DIAGNOSTICSThe following warnings and errors come from the decodingroutines in the library..PP.BR "Warning, %s: Premature EOL at scanline %d (x %d).\en" .The input data had a row that was shorter than the expected width.The row is padded with white..PP.BR "%s: Premature EOF at scanline %d (x %d).\en" .The decoder ran out of data in the middle of a scanline.The resultant row is padded with white..PP.BR "%s: Bad code word at row %d, x %d\en" .An invalid Group 3 .I codewas encountered while decoding the input file. The row number and horizontal position is given.The remainder of the input row is discarded, whilethe corresponding output row is padded with white..PP.BR "%s: Bad 2D code word at scanline %d.\en" .An invalid Group 4 or 2D Group 3.I codewas encountered while decoding the input file. The row number and horizontal position is given.The remainder of the input row is discarded, whilethe corresponding output row is padded with white..SH BUGSInput data are assumed to have a a ``top left'' orientation;it should be possible to override this assumptionfrom the command line..SH "SEE ALSO".I "\s-1CCITT\s+1 Recommendation T.4"(Standardization of Group 3 Facsimile Apparatus for Document Transmission)..PP.IR "The Spirit of TIFF Class F",an appendix to the TIFF 5.0 specification prepared by Cygnet Technologies..PP.IR tiffinfo (1),.IR tiffdither (1),.IR tiffgt (1),.IR libtiff (3).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -