about summary refs log tree commit diff
path: root/g3topbm.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-02-27 23:56:52 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-02-27 23:56:52 +0000
commitd36e60dce9a7c75066f867f238262b9921a08fe5 (patch)
treee721e81eb4634658731eb53829debd93606d253f /g3topbm.html
parent7a9f6fff2106842bc75588da54468d7f2e7fbb5a (diff)
downloadnetpbm-mirror-d36e60dce9a7c75066f867f238262b9921a08fe5.tar.gz
netpbm-mirror-d36e60dce9a7c75066f867f238262b9921a08fe5.tar.xz
netpbm-mirror-d36e60dce9a7c75066f867f238262b9921a08fe5.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1409 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'g3topbm.html')
-rw-r--r--g3topbm.html18
1 files changed, 14 insertions, 4 deletions
diff --git a/g3topbm.html b/g3topbm.html
index 3ba61094..e92d0619 100644
--- a/g3topbm.html
+++ b/g3topbm.html
@@ -27,8 +27,8 @@ space in place of the equals sign to separate an option name from its value.
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
-<p><b>g3topbm</b> reads a Group 3 fax file in MH format as input and produces
-a PBM image as output.
+<p><b>g3topbm</b> reads a Group 3 fax file with MH (Modified Huffman)
+compression as input and produces a PBM image as output.
 
 <p><b>g3topbm</b> tolerates various deviations from the standard,
 so as to recover some of the image if there was a transmission error.
@@ -40,12 +40,22 @@ the right.  It warns you when it does this.
 <p>You can use the <b>stop_error</b> option to make <b>g3topbm</b>
 insist on valid input.
 
-<p>There is no Netpbm program that understands the other command fax
-formats, MR and MMR.
+<p>There is no Netpbm program that understands the other G3 fax
+compression methods: MR (Modified Read) and MMR (Modified Modified Read).
+
+<p>Note that the Group 3 fax file format does not include any kind of a
+signature so that <b>g3topbm</b> might verify it's actually looking at a G3
+file or that the compression method is MH.  The program will interpret any
+sequence of bytes you give it as if it is G3 and, while typically issuing a
+lot of error messages about the file not conforming to the G3 MH format, will
+produce output (unless you use
+<b>-stoperror</b>).  In particular, if you feed <b>g3topbm</b> an MR or MMR
+file, it will not tell you of your mistake.
 
 <p>There are subformats of TIFF that use the Group 3 fax encodings
 inside.  See <b>tifftopnm</b>.
 
+
 <H2 id="options">OPTIONS</H2>
 
 <DL COMPACT>