Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sff2g3(1) [centos man page]

sff2g3(1)						       mgetty+sendfax manual							 sff2g3(1)

NAME
sff2g3 - convert CAPI SFF fax files into G3 fax files SYNOPSIS
sff2g3 [-r] [-d] [-v] input.SFF output.%03d.g3 DESCRIPTION
Reads a Common ISDN API (CAPI) structured file format (SFF) input file, and converts every fax page contained in it to a raw G3 fax file. The input SFF files typically come from fax reception programs using CAPI on active ISDN cards (isdn4linux, AVM or DIVA cards) or similar. The output G3 files are in the ``native'' format that all other G3 utilites in the mgetty+sendfax package use. If the input file name is ``-'', sff2g3 will read from stdin. The output file name should contain a ``%d'' or ``%03d'' part. It will be replaced with the current page number. If there is no page num- ber field, only the last page in the SFF file will be saved. OPTIONS
-r reverse the bit order in the bytes of the output G3 file. The input bit order is fixed. -d will one day make sff2g3 prepend a digifax header to the page. -v verbose mode - show what's going on. Multiple -v arguments increase debug output level. REFERENCES
The standard for Group 3 fax is defined in CCITT Recommendation T.4. The SFF file format is specified in the CAPI specs (http://www.capi.org). BUGS
The -d option isn't implemented yet. The output file name is not yet robust against format string attacks. SEE ALSO
g32pbm(1), pbm(5) AUTHOR
sff2g3 is Copyright (C) 2004 by Gert Doering, <gert@greenie.muc.de>. greenie 17 Jul 04 sff2g3(1)

Check Out this Related Man Page

pbm2g3(1)						       mgetty+sendfax manual							 pbm2g3(1)

NAME
pbm2g3 - convert portable bitmaps (PBM) into G3 fax files SYNOPSIS
pbm2g3 [-r] [-w<pagewidth>] [-h<blanklines>] [-d] [-a] [pbmfile] DESCRIPTION
Reads a portable bitmap as input, converting it into a G3 fax file on stdout. That file is suitable for faxing it with sendfax(8) or queue- ing it for faxing with faxspool(1) (provided that it gets a ``.g3'' suffix). faxspool(1) uses pbm2g3(1) internally to convert various bitmap formats into fax g3 format. OPTIONS
-a byte-aligns the end-of-line codes, inserting padding bits as necessary. -w <page width> sets the width of the resulting G3 page. Default is 1728. If you want to be able to fax it with sendfax, don't use anything else. For other fax programs, 2048, 2432, 864 and 1216 may be useful. For other purposes, use what you like. If you set it to 0, the width of the pbm file will be used. -h <blank lines> specifies the number of blank lines pbm2g3 should prepend to each page. Default is 0. To produce identical output as pbmplus' pbm2g3 program (with my patch!) does, use ``-h 4''. -r reverse the bit order in the bytes. -d will one day make pbm2g3 prepend a digifax header to the page. REFERENCES
The standard for Group 3 fax is defined in CCITT Recommendation T.4. BUGS
The -d option isn't implemented yet. If a raw pbm file is converted, and the width of the g3 file is smaller than the width of the pbm file, the former is rounded up to the next multiple of 8. SEE ALSO
g32pbm(1), pbm(5), sendfax(8) AUTHOR
pbm2g3 is Copyright (C) 1993 by Gert Doering, <gert@greenie.muc.de>. It is similar to the pbmtog3 program in Jef Poskanzers pbmplus pack- age, but it's a complete re-write. No code is copied. greenie 27 Oct 93 pbm2g3(1)
Man Page