summary refs log tree commit diff
path: root/pamsumm.html
diff options
context:
space:
mode:
Diffstat (limited to 'pamsumm.html')
-rw-r--r--pamsumm.html93
1 files changed, 49 insertions, 44 deletions
diff --git a/pamsumm.html b/pamsumm.html
index 3e0a4694..d8cab088 100644
--- a/pamsumm.html
+++ b/pamsumm.html
@@ -1,17 +1,17 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Pamsumm User Manual</TITLE></HEAD>
-<BODY>
-<H1>pamsumm</H1>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.3//EN">
+<html><head><title>Pamsumm User Manual</title></head>
+<body>
+<h1>pamsumm</h1>
 Updated: 26 October 2012
-<BR>
+<br>
 
-<A HREF="#index">Table Of Contents</A>
+<a href="#index">Table Of Contents</a>
 
-<H2>NAME</H2>
+<h2>NAME</h2>
 pamsumm - Summarize the samples in a Netpbm image arithmetically
 
-<H2 id="synopsis">SYNOPSIS</H2>
-<B>pamsumm</B>
+<h2 id="synopsis">SYNOPSIS</h2>
+<b>pamsumm</b>
 {
 <b>-sum</b> |
 <b>-mean</b> |
@@ -20,13 +20,13 @@ pamsumm - Summarize the samples in a Netpbm image arithmetically
 }
 [<b>-normalize</b>]
 [<b>-brief</b>]
-[<I>imagefile</I>]
+[<i>imagefile</i>]
 
-<P>All options can be abbreviated to their shortest unique prefix.
+<p>All options can be abbreviated to their shortest unique prefix.
 You may use two hyphens instead of one.  You may separate an option
 name and its value with white space instead of an equals sign.
 
-<H2 id="description">DESCRIPTION</H2>
+<h2 id="description">DESCRIPTION</h2>
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 
@@ -51,36 +51,41 @@ want to summarize a particular plane, use <b>pamchannel</b> to
 extract it and then <b>pamsumm</b>.
 
 
-<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>pamsumm</b> recognizes the following
+command line options:
 
 <p>You must specify exactly one of <b>-sum</b>, <b>-mean</b>,
 <b>-min</b>, or <b>-max</b>.
 
-<DL COMPACT>
-<DT><B>-sum</b>
+<dl compact>
+<dt><b>-sum</b>
 
-<DD>
-     <P>This option makes the summary function addition.
+<dd>
+     <p>This option makes the summary function addition.
 
-<DT><B>-mean</b>
+<dt><b>-mean</b>
 
-<DD>
-     <P>This option makes the summary function arithmetic mean.
+<dd>
+     <p>This option makes the summary function arithmetic mean.
 
-<DT><B>-min</b>
+<dt><b>-min</b>
 
-<DD>
-     <P>This option makes the summary function arithmetic minimum.
+<dd>
+     <p>This option makes the summary function arithmetic minimum.
 
-<DT><B>-max</b>
+<dt><b>-max</b>
 
-<DD>
-     <P>This option makes the summary function arithmetic maximum.
+<dd>
+     <p>This option makes the summary function arithmetic maximum.
 
-<DT><B>-normalize</b>
+<dt><b>-normalize</b>
 
-<DD>
-     <P>This option causes each sample to be normalized to a fraction
+<dd>
+     <p>This option causes each sample to be normalized to a fraction
      (in the range 0..1) so the result is independent of the image's
      maxval.  E.g. if you request the mean of an image which has maxval
      200 and all the samples have value 50, <b>pamsumm</b> will give you
@@ -106,12 +111,12 @@ extract it and then <b>pamsumm</b>.
 
 <p>This option was new in Netpbm 10.22 (April 2004)
 
-</DL>
+</dl>
 
-<H2 id="seealso">SEE ALSO</H2>
+<h2 id="seealso">SEE ALSO</h2>
 
-<B><A HREF="pamsummcol.html">pamsummcol</A></B>,
-<B><A HREF="pam.html">pam</A></B>,
+<b><a href="pamsummcol.html">pamsummcol</a></b>,
+<b><a href="pam.html">pam</a></b>,
 
 <h2 id="history">HISTORY</h2>
 
@@ -119,14 +124,14 @@ extract it and then <b>pamsumm</b>.
 2004).
 
 
-<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="#seealso">SEE ALSO</A>
-<LI><A HREF=#history>HISTORY</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="#seealso">SEE ALSO</a>
+<li><a href="#history">HISTORY</a>
+</ul>
+</body>
+</html>