summary refs log tree commit diff
path: root/pbmtog3.html
blob: c1754566b553546cd3e0aba9b4e0e4568bbd33a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML><HEAD><TITLE>Pbmtog3 User Manual</TITLE></HEAD>
<BODY>
<H1>pbmtog3</H1>
Updated: 03 December 2008
<BR>
<A HREF="#index">Table Of Contents</A>

<H2>NAME</H2>

pbmtog3 - convert a PBM image into a Group 3 MH fax file

<H2 id="synopsis">SYNOPSIS</H2>

<B>pbmtog3</B>
[<b>-reversebits</b>]
[<b>-nofixedwidth</b>]
[<I>pbmfile</I>]

<H2 id="description">DESCRIPTION</H2>

<p>This program is part of <a href="index.html">Netpbm</a>.

<p><b>pbmtog3</b> reads a PBM image as input and produces a Group 3 MH
fax file as output.

<p>You can also generate a TIFF file that uses the same encoding
inside, with <b>pamtotiff</b>.

<P>There is no program in Netpbm that generates other fax formats,
such as MR and MMR, but <b>pamtotiff</b> can generate TIFF files that
use those encodings.

<H2 id="options">OPTIONS</H2>
<dl>
<dt><b>-reversebits</b>

<dd>This option causes the output to have the bits in every byte
reversed so the least significant bit becomes the most significant bit.
Apparently, there is some ambiguity in transmission protocols so that
the bits get reversed on transmission, and this compensates for that.
If you get a whole bunch of "bad code word" messages when you try to
read the G3 file (e.g. with <b>g3topbm</b>), try using this option.
Note that the output is not G3 when you use this option.

<dt><b>-nofixedwidth</b>

<dd>Most fax machines expect the image to be 1728 columns wide, so
<b>pbmtog3</b> cuts the output to this width by default.  If you want to
keep the width of the original image, use this option.

<p>This option was new in Netpbm 10.6 (July 2002).  Before that,
<b>pbmtog3</b> always kept the width of the original image.
     
</dl>

<H2 id="seealso">SEE ALSO</H2>

<A HREF="g3topbm.html">g3topbm</A>,
<A HREF="pamtotiff.html">pamtotiff</A>,
<A HREF="pbm.html">pbm</A>
<A HREF="faxformat.html">fax formats</A>


<H2 id="author">AUTHOR</H2>

Copyright (C) 1989 by Paul Haeberli &lt;<A
HREF="mailto:paul@manray.sgi.com">paul@manray.sgi.com</A>&gt;.

<HR>
<H2 id="index">Table Of Contents</H2>
<UL>
<LI><A HREF="#synopsis">SYNOPSIS</A>
<LI><A HREF="#description">DESCRIPTION</A>
<LI><A HREF="#references">REFERENCES</A>
<LI><A HREF="#seealso">SEE ALSO</A>
<LI><A HREF="#author">AUTHOR</A>
</UL>
</BODY>
</HTML>