about summary refs log tree commit diff
path: root/jbigtopnm.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-07-26 21:43:12 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-07-26 21:43:12 +0000
commit1a29632fcc0b7c095f116ad9a760acc80a7b0472 (patch)
tree17fec5ed1778a7b800faeb32a3efb0f3934ae98e /jbigtopnm.html
parentfabc39e7f3bf78fbbc4e2923a0b9e53a829a9a26 (diff)
downloadnetpbm-mirror-1a29632fcc0b7c095f116ad9a760acc80a7b0472.tar.gz
netpbm-mirror-1a29632fcc0b7c095f116ad9a760acc80a7b0472.tar.xz
netpbm-mirror-1a29632fcc0b7c095f116ad9a760acc80a7b0472.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3901 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'jbigtopnm.html')
-rw-r--r--jbigtopnm.html115
1 files changed, 60 insertions, 55 deletions
diff --git a/jbigtopnm.html b/jbigtopnm.html
index 98f6883a..ea7a8679 100644
--- a/jbigtopnm.html
+++ b/jbigtopnm.html
@@ -1,30 +1,30 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Jbigtopnm User Manual</TITLE></HEAD>
-<BODY>
-<H1>Jbigtopnm</H1>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.3//EN">
+<html><head><title>Jbigtopnm User Manual</title></head>
+<body>
+<h1>jbigtopnm</h1>
 Updated: 29 September 2018
-<BR>
-<A HREF="#index">Table Of Contents</A>
+<br>
+<a href="#index">Table Of Contents</a>
 
-<H2>NAME</H2>
+<h2>NAME</h2>
 jbigtopnm - JBIG to PNM image file converter
 
-<H2 id="synopsis">SYNOPSIS</H2>
+<h2 id="synopsis">SYNOPSIS</h2>
 
-<B>jbigtopnm</B>
+<b>jbigtopnm</b>
 [<b>-xmax</b>]
 [<b>-ymax</b>]
 [<b>-binary</b>]
 [<b>-diagnose</b>]
 [<b>-plane</b>]
-[<I>input-file</I> [<I>output-file</I>]]
+[<i>input-file</i> [<i>output-file</i>]]
 
 <p>Minimum unique abbreviation of option is acceptable.  You may use double
 hyphens instead of single hyphen to denote options.  You may use white
 space in place of the equals sign to separate an option name from its value.
 
 
-<H2 id="description">DESCRIPTION</H2>
+<h2 id="description">DESCRIPTION</h2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
@@ -33,100 +33,105 @@ file or standard input, decompresses it, and outputs a PBM or PGM
 file.  If the input has one plane, or you choose just one plane of it,
 the output is PBM.  Otherwise, the output is PGM.
 
-<P>JBIG is a highly effective lossless compression algorithm for
+<p>JBIG is a highly effective lossless compression algorithm for
 bi-level images (one bit per pixel), which is particularly suitable
 for scanned document pages.
 
-<P>A JBIG encoded image can be stored in several resolutions in one or
+<p>A JBIG encoded image can be stored in several resolutions in one or
 several BIEs. All resolution layers except the lowest one are stored
 efficiently as differences to the next lower resolution layer.  You
-can use options <B>-x</B> and <B>-y</B> to stop the decompression at a
+can use options <b>-x</b> and <b>-y</b> to stop the decompression at a
 specified maximal output image size.  The input file can consist of
 several concatenated BIEs which contain different increasing
 resolution layers of the same image.
 
-<H2 id="options">OPTIONS</H2>
+<h2 id="options">OPTIONS</h2>
+
+<p>In addition to the options common to all programs based on libnetpbm
+(most notably <b>-quiet</b>, see <a href="index.html#commonoptions">
+Common Options</a>), <b>jbigtopnm</b> recognizes the following
+command line options:
 
 <p>Before Netpbm 10.85 (December 2018), only single-character single-hyphen
 abbreviations of the options are accepted.
 
-<DL COMPACT>
+<dl compact>
 
-<DT><B>-x</B> <I>number</I>
+<dt><b>-xmax</b> <i>number</i>
 
-<DD>Decode only up to the largest resolution layer which is still not
-more than <I>number</I> pixels wide.  If no such resolution layer
+<dd>Decode only up to the largest resolution layer which is still not
+more than <i>number</i> pixels wide.  If no such resolution layer
 exists, then use the smallest one available.
 
-<DT><B>-y</B><I> number</I>
+<dt><b>-ymax</b><i> number</i>
 
-<DD>Decode only up to the largest resolution layer which is still not
-more than <I>number</I> pixels high.  If no such resolution layer
+<dd>Decode only up to the largest resolution layer which is still not
+more than <i>number</i> pixels high.  If no such resolution layer
 exists, then use the smallest one available.  You can also use options
-<B>-x</B> and <B>-y</B> together which selects the largest layer that
+<b>-x</b> and <b>-y</b> together which selects the largest layer that
 satisfies both limits.
 
-<DT><B>-b</B>
+<dt><b>-binary</b>
 
-<DD>Use binary values instead of Gray code words in order to decode
+<dd>Use binary values instead of Gray code words in order to decode
 pixel values from multiple bitplanes.  This option has effect only if
 the input has more than one bitplane and you don't select just one of
 those bitplanes.  Note that the decoder has to be used in the same
 mode as the encoder and cannot determine from the BIE, whether Gray or
 binary code words were used by the encoder.
 
-<DT><B>-d</B>
+<dt><b>-diagnose</b>
 
-<DD>Diagnose a BIE.  With this option, <B>jbigtopnm</B> only prints a
+<dd>Diagnose a BIE.  With this option, <b>jbigtopnm</b> only prints a
 summary of the header information found in the input file and then
 exits.
 
-<DT><B>-p</B><I> number</I>
+<dt><b>-plane</b><i> number</i>
 
-<DD>If the input contains multiple bitplanes, then extract only the
+<dd>If the input contains multiple bitplanes, then extract only the
 specified single plane as a PBM file.  The first plane has number 0.
 
-</DL>
+</dl>
 
-<H2 id="standards">STANDARDS</H2>
+<h2 id="standards">STANDARDS</h2>
 
 <p>This program implements the JBIG image coding algorithm as
 specified in ISO/IEC 11544:1993 and ITU-T T.82(1993).
 
-<H2 id="author">AUTHOR</H2>
+<h2 id="author">AUTHOR</h2>
 
 <!-- jbgtopnm below is not a typo.  It is not meant to be jbigtopnm -->
-<p><B>jbigtopnm</B> is based on the JBIG library by Markus Kuhn, part
+<p><b>jbigtopnm</b> is based on the JBIG library by Markus Kuhn, part
 of his <a
-href="http://www.cl.cam.ac.uk/~mgk25/jbigkit/"><B>JBIG-KIT</B>
-package</a>.  The <B>jbgtopbm</B> program is part of the
-<B>JBIG-KIT</B> package.
+href="http://www.cl.cam.ac.uk/~mgk25/jbigkit/"><b>JBIG-KIT</b>
+package</a>.  The <b>jbgtopbm</b> program is part of the
+<b>JBIG-KIT</b> package.
 
-<P><B>jbigtopnm</B> is part of the Netpbm package of graphics tools.
+<p><b>jbigtopnm</b> is part of the Netpbm package of graphics tools.
 
-<H2 id="seealso">SEE ALSO</H2>
+<h2 id="seealso">SEE ALSO</h2>
 
-<B><A HREF="pnm.html">pnm</A></B>,
-<B><A HREF="pnmtojbig.html">pnmtojbig</A></B>
+<b><a href="pnm.html">pnm</a></b>,
+<b><a href="pnmtojbig.html">pnmtojbig</a></b>
 
-<H2 id="license">LICENSE</H2>
+<h2 id="license">LICENSE</h2>
 
-If you use <B>jbigtopnm</B>, you are using various patents,
+If you use <b>jbigtopnm</b>, you are using various patents,
 particularly on its arithmetic encoding method, and in all probability
 you do not have a license from the patent owners to do so.
 
-<HR>
-<H2 id="index">Table Of Contents</H2>
-<UL>
-<LI><A HREF="#synopsis">SYNOPSIS</A>
-<LI><A HREF="#description">DESCRIPTION</A>
-<LI><A HREF="#options">OPTIONS</A>
-<LI><A HREF="#standards">STANDARDS</A>
-<LI><A HREF="#author">AUTHOR</A>
-<LI><A HREF="#seealso">SEE ALSO</A>
-<LI><A HREF="#license">LICENSE</A>
-</UL>
-</BODY>
-</HTML>
+<hr>
+<h2 id="index">Table Of Contents</h2>
+<ul>
+<li><a href="#synopsis">SYNOPSIS</a>
+<li><a href="#description">DESCRIPTION</a>
+<li><a href="#options">OPTIONS</a>
+<li><a href="#standards">STANDARDS</a>
+<li><a href="#author">AUTHOR</a>
+<li><a href="#seealso">SEE ALSO</a>
+<li><a href="#license">LICENSE</a>
+</ul>
+</body>
+</html>