summary refs log tree commit diff
path: root/pamsummcol.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-06-24 02:17:11 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-06-24 02:17:11 +0000
commitd06e8ef37fbe6594a5cd73a1c897a816db99f35c (patch)
tree2eded7e8c8839c78a484aee3c874c6ef605a5de6 /pamsummcol.html
parentaed071d6acf292f6cd0dd2a00b1ab54101aa6009 (diff)
downloadnetpbm-mirror-d06e8ef37fbe6594a5cd73a1c897a816db99f35c.tar.gz
netpbm-mirror-d06e8ef37fbe6594a5cd73a1c897a816db99f35c.tar.xz
netpbm-mirror-d06e8ef37fbe6594a5cd73a1c897a816db99f35c.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3864 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pamsummcol.html')
-rw-r--r--pamsummcol.html94
1 files changed, 49 insertions, 45 deletions
diff --git a/pamsummcol.html b/pamsummcol.html
index 78e7207d..aeaec9b4 100644
--- a/pamsummcol.html
+++ b/pamsummcol.html
@@ -1,30 +1,30 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML><HEAD><TITLE>Pamsummcol User Manual</TITLE></HEAD>
-<BODY>
-<H1>pamsummcol</H1>
+<html><head><title>Pamsummcol User Manual</title></head>
+<body>
+<h1>pamsummcol</h1>
 Updated: 25 January 2009
-<BR>
+<br>
 
-<A HREF="#index">Table Of Contents</A>
+<a href="#index">Table Of Contents</a>
 
-<H2>NAME</H2>
+<h2>NAME</h2>
 pamsummcol - summarize (sum, average, etc) a Netpbm image by column
 
-<H2 id="synopsis">SYNOPSIS</H2>
-<B>pamsummcol</B>
+<h2 id="synopsis">SYNOPSIS</h2>
+<b>pamsummcol</b>
 {
 <b>-sum</b> |
 <b>-mean</b> |
 <b>-min</b> |
 <b>-max</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>.
 
@@ -64,54 +64,59 @@ to light intensity, and then use <b>pamsummcol</b> on the result.
 horizontally at all.  Use the pixel mixing method.
 
 
-<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>pamsummcol</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.
      In each column and plane of the output row, the sample value is the
      sum of all the samples values in the same column and plane of the input.
      If a result is greater than the image maxval, it is clipped to
      the maxval.
 
-<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.
      In each column and plane of the output row, the sample value is the
      mean of all the samples values in the same column and plane of the input.
 
-<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.
      In each column and plane of the output row, the sample value is the
      minimum of all the samples values in the same column and plane of
      the input.
 
-<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.
      In each column and plane of the output row, the sample value is
      the maximum of all the samples values in the same column and
      plane of the input.
 
-</DL>
+</dl>
 
-<H2 id="seealso">SEE ALSO</H2>
+<h2 id="seealso">SEE ALSO</h2>
 
-<B><A HREF="pamsumm.html">pamsumm</A></B>,
-<B><A HREF="pamflip.html">pamflip</A></B>,
-<B><A HREF="pamfunc.html">pamfunc</A></B>,
-<B><A HREF="pamarith.html">pamarith</A></B>,
-<B><A HREF="pamscale.html">pamscale</A></B>,
-<B><A HREF="pam.html">pam</A></B>,
+<b><a href="pamsumm.html">pamsumm</a></b>,
+<b><a href="pamflip.html">pamflip</a></b>,
+<b><a href="pamfunc.html">pamfunc</a></b>,
+<b><a href="pamarith.html">pamarith</a></b>,
+<b><a href="pamscale.html">pamscale</a></b>,
+<b><a href="pam.html">pam</a></b>,
 
 <h2 id="history">HISTORY</h2>
 
@@ -119,15 +124,14 @@ horizontally at all.  Use the pixel mixing method.
 2004).
 
 
-<HR>
-<H2 id="index">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="#options">OPTIONS</A>
-<LI><A HREF="#lbAE">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>