1sff2g3(1) mgetty+sendfax manual sff2g3(1)
2
3
4
6 sff2g3 - convert CAPI SFF fax files into G3 fax files
7
9 sff2g3 [-r] [-d] [-v] input.SFF output.%03d.g3
10
12 Reads a Common ISDN API (CAPI) structured file format (SFF) input file,
13 and converts every fax page contained in it to a raw G3 fax file.
14
15 The input SFF files typically come from fax reception programs using
16 CAPI on active ISDN cards (isdn4linux, AVM or DIVA cards) or similar.
17 The output G3 files are in the ``native'' format that all other G3
18 utilites in the mgetty+sendfax package use.
19
20 If the input file name is ``-'', sff2g3 will read from stdin.
21
22 The output file name should contain a ``%d'' or ``%03d'' part. It will
23 be replaced with the current page number. If there is no page number
24 field, only the last page in the SFF file will be saved.
25
27 -r reverse the bit order in the bytes of the output G3 file. The
28 input bit order is fixed.
29
30 -d will one day make sff2g3 prepend a digifax header to the page.
31
32 -v verbose mode - show what's going on. Multiple -v arguments
33 increase debug output level.
34
35
37 The standard for Group 3 fax is defined in CCITT Recommendation T.4.
38 The SFF file format is specified in the CAPI specs
39 (http://www.capi.org).
40
42 The -d option isn't implemented yet.
43
44 The output file name is not yet robust against format string attacks.
45
47 g32pbm(1), pbm(5)
48
50 sff2g3 is Copyright (C) 2004 by Gert Doering, <gert@greenie.muc.de>.
51
52
53
54greenie 17 Jul 04 sff2g3(1)