Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

g3tolj(1) [debian man page]

g3tolj(1)						       mgetty+sendfax manual							 g3tolj(1)

NAME
g3tolj - converts a Group 3 fax file into a printable HP-PCL file SYNOPSIS
g3tolj [-kludge] [-reversebits] [-scale N] [-aspect N] [-resolution 75|100|150|300] [-compress 0|1|2] [-pagelength N] [-duplength N] [g3file] DESCRIPTION
Reads a Group 3 fax file (raw or digifax) as input. If no filename is given, stdin is used. Produces a printable HP-PCL file as output. OPTIONS
-kludge Tells g3tolj to skip the first lines for synchronisation. -reversebits Tells g3tolj to interpret bits least-significant first, instead of the default most-significant first. Apparently some fax modems do it one way and others do it the other way. If you get a whole bunch of "invalid code" messages, try using this flag. -scale N Scale the output to match the printer resolution and paper size, the default of 1.40 will do in most cases. -aspect N Scale the output to match the printer resolution and paper size, the default of 1.0 will do for high resolution faxes, 2.0 will do for low resolution faxes. -resolution 75|100|150|300 Selects print resolution. The default is 300. -compress 0|1|2 Selects compression method for the print output. 0 = none, 1 = rll, 2 = tiff. The default is 0. -pagelength N Defines the pagelength in inches, the default is 10.95. After this length a pagebreak is generated and the last part of the previous page is duplicated on the next page -duplength N Defines the length in inches that will be duplicated after a pagebreak, The default is 0.7. REFERENCES
The standard for Group 3 fax is defined in CCITT Recommendation T.4. BUGS
Please report bugs to chel@vangennip.nl SEE ALSO
pbmtog3(1), pbm(5), g3cat(1), sendfax(8), mgetty(1) AUTHOR
g3tolj is Copyright (C) 1994 by Chel van Gennip, <chel@vangennip.nl>. Sources of g3topbm and pbmtolj programs in Jef Poskanzers pbmplus package have been used, but al lot of code has been changed or added to simplify its use for printing faxes. Value added: low use of mem- ory, fast scaling, printing of long faxes with page breaks, print file compression (by John Watson) Chel 22 may 94 g3tolj(1)

Check Out this Related Man Page

g32pbm(1)                                                      mgetty+sendfax manual                                                     g32pbm(1)

NAME
g32pbm - convert a Group 3 fax file into a portable bitmap SYNOPSIS
g32pbm [-reversebits] [-stretch] [g3file] DESCRIPTION
Reads a Group 3 fax file (raw or digifax) as input. If no filename is given, stdin is used. Produces a portable bitmap as output. OPTIONS
-r Tells g32pbm to interpret bits least-significant first, instead of the default most-significant first ("-reversebits"). Some fax modems do it one way and others do it the other way. If you get a whole bunch of "invalid code" messages (nearly one per line), try using this flag. -s Double each horizontal row of the fax file in the pbm file ("-stretch)". You can use this to adjust the aspect ratio of a "normal resolution" fax file to match that of a "fine resolution" fax file. This might not seem like it belongs here, but it's much faster than using pnmscale|pgmtopbm later. -s is activated automatically if the file is specified on the command line and its name starts with "fn..." (fax/normal). -l(aserjet) Instead of a portable bitmap (PBM), output HP laserjet files, suitable for direct printing on a HP laserjet or desjket. -d <dpi> Scale output to <dpi> dots per inch before printing. Normal FAX resolution is 204x196 dpi (fine mode), or 204x98 dpi (normal mode). In LaerJet mode, only the values 75, 150 and 300 are allowed for <dpi>. -t turn image by 90 degrees clockwise. Multiple -t commands increase angle, that is, -t -t will turn it upside down, and so on. -? Print a short command syntax. REFERENCES
The standard for Group 3 fax is defined in CCITT Recommendation T.4. BUGS
g32pbm could be smarter about the image width, at the moment, the maximum width is 1728 pixels, and the maximum height is 4300 lines. Everything bigger is just cut off. Only 'raw' pbm files are created. Scaling is too slow. Turning is too slow (and not yet fully implemented either). SEE ALSO
pbm2g3(1), pbm(5), g3cat(1), sendfax(8), mgetty(1) AUTHOR
g32pbm is Copyright (C) 1993 by Gert Doering, <gert@greenie.muc.de>. It is similar to the g3topbm program in Jef Poskanzers pbmplus pack- age, but it's a complete re-write. No code is copied. greenie 27 Oct 93 g32pbm(1)
Man Page