summary refs log tree commit diff
path: root/pnmconvol.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-07-19 22:02:52 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-07-19 22:02:52 +0000
commitfabc39e7f3bf78fbbc4e2923a0b9e53a829a9a26 (patch)
tree7ee41d7ab7ba81f235bb7bcb46018e91b44d6b0f /pnmconvol.html
parent9fc68abf70747a4a4e78a3a43945b40a69de5d32 (diff)
downloadnetpbm-mirror-fabc39e7f3bf78fbbc4e2923a0b9e53a829a9a26.tar.gz
netpbm-mirror-fabc39e7f3bf78fbbc4e2923a0b9e53a829a9a26.tar.xz
netpbm-mirror-fabc39e7f3bf78fbbc4e2923a0b9e53a829a9a26.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3897 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pnmconvol.html')
-rw-r--r--pnmconvol.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/pnmconvol.html b/pnmconvol.html
index 61d2ffbf..f03405c0 100644
--- a/pnmconvol.html
+++ b/pnmconvol.html
@@ -49,7 +49,7 @@ a specified convolution matrix, and writes a Netpbm image as output.
 <p>Convolution means replacing each pixel with a weighted average of
 the nearby pixels.  The weights and the area to average are determined
 by the convolution matrix (sometimes called a convolution kernel),
-which you supply in one of several ways.  See <a href="#convolutionmatrix">
+which you supply in one of several ways.  See <a href="#convolmatrix">
 Convolution Matrix</a>.
 
 <p>At the edges of the convolved image, where the convolution matrix would
@@ -81,7 +81,7 @@ which <b>pnmconvol</b> would of course clip to zero, since Netpbm formats
 cannot represent negative numbers.
 
 
-<h3 id="convolutionmatrix">Convolution Matrix</h3>
+<h3 id="convolmatrix">Convolution Matrix</h3>
 
 <p>There are three ways to specify the convolution matrix:
 
@@ -442,12 +442,13 @@ href="mailto:burns@chem.psu.edu">burns@chem.psu.edu</a>
 <li><a href="#synopsis">SYNOPSIS</a>
 <li><a href="#description">DESCRIPTION</a>
   <ul>
-  <li><a href="#convolutionmatrix">Convolution Matrix</a>
+  <li><a href="#convolmatrix">Convolution Matrix</a>
     <ul>
     <li><a href="#matrixopt">Directly On the Command Line</a>
     <li><a href="#matrixfile">Regular Matrix File</a>
     <li><a href="#matrixpnm">PNM File</a>
     </ul>
+  <li><a href="#otherconvol">Other Forms of Convolution</a>
   </ul>
 <li><a href="#options">OPTIONS</a>
 <li><a href="#history">HISTORY</a>