blob: bbe314ba62ac425cf18fd77d12c4e44b064f4130 (
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
81
82
83
84
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML><HEAD><TITLE>Pbmtog3 User Manual</TITLE></HEAD>
<BODY>
<H1>pbmtog3</H1>
Updated: July 2002
<BR>
<A HREF="#index">Table Of Contents</A>
<A NAME="lbAB"> </A>
<H2>NAME</H2>
pbmtog3 - convert a PBM image into a Group 3 fax file
<A NAME="lbAC"> </A>
<H2>SYNOPSIS</H2>
<B>pbmtog3</B>
[<b>-reversebits</b>]
[<b>-nofixedwidth</b>]
[<I>pbmfile</I>]
<A NAME="lbAD"> </A>
<H2>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
fax file as output.
<A NAME="options"></A>
<H2>OPTIONS</H2>
<dl>
<dt><b>-reversebits</b>
<dd>This option causes the output to have the bits in every byte
reversed so the least signficant bit becomes the most signficant 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>
<A NAME="lbAE"> </A>
<H2>REFERENCES</H2>
<p>The standard for Group 3 fax is defined in CCITT Recommendation T.4.
<A NAME="lbAG"> </A>
<H2>SEE ALSO</H2>
<A HREF="g3topbm.html">g3topbm</A>,
<A HREF="pbm.html">pbm</A>
<A NAME="lbAH"> </A>
<H2>AUTHOR</H2>
Copyright (C) 1989 by Paul Haeberli <<A
HREF="mailto:paul@manray.sgi.com">paul@manray.sgi.com</A>>.
<HR>
<A NAME="index"> </A>
<H2>Table Of Contents</H2>
<UL>
<LI><A HREF="#lbAB">NAME</A>
<LI><A HREF="#lbAC">SYNOPSIS</A>
<LI><A HREF="#lbAD">DESCRIPTION</A>
<LI><A HREF="#lbAE">REFERENCES</A>
<LI><A HREF="#lbAG">SEE ALSO</A>
<LI><A HREF="#lbAH">AUTHOR</A>
</UL>
</BODY>
</HTML>
|