1Fax Formats(1)              General Commands Manual             Fax Formats(1)
2
3
4

SYNOPSIS

6       This  page,  part of the Netpbmuser'sguide(1), describes FAX formats in
7       relation to Netpbm facilities.
8
9
10

DESCRIPTION

12       The ITU (formerly CCITT)  publishes  standards  for  operation  of  fax
13       machines (the idea is to provide a way to be sure that a fax machine is
14       able to receive a fax sent by another).  These  standards  incidentally
15       specify  graphics  file formats -- a protocol for representing a visual
16       image in sequences of bits.
17
18       The two relevant standards are called Group 3 (G3)  and  Group  4  (G4)
19       (Groups  1  and  2  are  analog standards no longer in use).  Virtually
20       every fax machine in existence conforms at least generally to at  least
21       one of these standards.
22
23       The  standard for Group 3 fax is defined in ITU Recommendation T.4.  In
24       the U.S., that is implemented by EIA  standards  EIA-465  and  EIA-466.
25       These  standards cover more than the file format as well, including how
26       to transmit bits over a telephone line and procedures for handling doc‐
27       ument transmissions.
28
29       G3  faxes  are 204 dots per inch (dpi) horizontally and 98 dpi (196 dpi
30       optionally, in fine-detail mode) vertically.
31
32       The standards specify three file formats (also  called  coding  methods
33       and  compression  schemes -- remember the standard doesn't mention com‐
34       puter files; it talks about the format of a stream of  bits  travelling
35       over a telephone line):
36
37
38
39
40       MH     This  compresses  in  one  dimension:  it  compresses individual
41              raster lines but makes no attempt to compress redundancy between
42              lines.
43
44              One  dimensional  compression  is  traditionally  the best a fax
45              machine could handle  because  G3  neither  assumes  error  free
46              transmission  not  retransmits  when errors occur, and receiving
47              fax machines traditionally could not afford to buffer much of  a
48              page.   It's  important  that when there is an error in a raster
49              line, its impact not spread to many lines after it.
50
51              All Group 3 and Group 4 fax machines must be able  to  send  and
52              receive MH.
53
54              MH  is  sometimes  called  'G3,' but that is a poor name because
55              while the Group 3 standard does specify MH, it has always speci‐
56              fied other formats too.
57
58              MH  is  sometimes  called 'T4' based on the name of the document
59              that specifies it, ITU T.4.  But this is a poor name because T.4
60              also specifies MR.
61
62
63
64       MR     This compresses in two dimensions, horizontally and vertically.
65
66              MR has always been part of the Group 3 standard, but is optional
67              (a Group 3 fax machine may or  may  not  be  able  to  send  and
68              receive it).
69
70
71       MMR    This is a more advanced format than the others.  It is even more
72              two-dimensional than MR.  It is optional in the  Group  3  stan‐
73              dard,  and  didn't even exist in earlier versions of it.  It was
74              developed specifically for the Group 4 standard, but then  added
75              to an extended Group 3 standard as well.
76
77              MMR is sometimes called Group 4, but that is a poor name because
78              of the fact that it is also part of the current  Group  3  stan‐
79              dard.
80
81              MMR is sometimes called 'T6' based on the name of the document
82               that specifies it, ITU T.6.
83
84
85
86       g3topbm converts the MH format to PBM.  pbmtog3 converts PBM to MH.
87
88       There is no Netpbm program to convert to or from other fax formats.
89
90

TIFF

92       The  TIFF  format  is flexible enough to allow lots of different coding
93       methods, within it.  There are TIFF subformats for  MH,  MR,  and  MMR,
94       among  others.  These are particularly useful when you receive a fax as
95       a TIFF file.
96
97       tifftopnm recognizes and can convert from any of these.
98
99       pamtotiff can convert to any of  these;  you  use  command  options  to
100       choose which.
101
102
103
104netpbm documentation           03 December 2008                 Fax Formats(1)
Impressum