about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-02-13 18:48:14 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2016-02-13 18:48:14 +0000
commitec06fb44e74b7ed975e3a229cdf774cc014f517a (patch)
treeb84bc781730972a4a394818d16e24438203c5b84
parent784ad66b51a0131241f29b8da26712e1756dec85 (diff)
downloadnetpbm-mirror-ec06fb44e74b7ed975e3a229cdf774cc014f517a.tar.gz
netpbm-mirror-ec06fb44e74b7ed975e3a229cdf774cc014f517a.tar.xz
netpbm-mirror-ec06fb44e74b7ed975e3a229cdf774cc014f517a.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@2681 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--pamcomp.html11
-rw-r--r--pgmminkowski.html2
-rw-r--r--vidtoppm.html2
3 files changed, 7 insertions, 8 deletions
diff --git a/pamcomp.html b/pamcomp.html
index 6616680b..913eb5d9 100644
--- a/pamcomp.html
+++ b/pamcomp.html
@@ -113,7 +113,7 @@ over the underlying image -- i.e. the overlay is out of frame.  If you
 do that, <b>pamcomp</b> issues a warning.
 
 <P> The overlay and underlying images may be of different formats
-(e.g.  overlaying a PBM text image over a full color PPM image) and
+(e.g. overlaying a PBM text image over a full color PPM image) and
 have different maxvals.  The output image has the more general of the
 two input formats and a maxval that is the least common multiple the
 two maxvals (or the maximum maxval allowable by the format, if the LCM
@@ -221,14 +221,13 @@ values and performs the same arithmetic computation using whatever
 value you provide.  An opacity value less than zero means the underlay
 image is intensified and then the overlay image is "subtracted" from
 it.  An opacity value greater than unity means the overlay image is
-intensified and the underlaying image subtracted from it.  In either
+intensified and the underlay image subtracted from it.  In either
 case, <b>pamcomp</b> clips the resulting color component intensities
 so they are nonnegative and don't exceed the output image's maxval.
 
-<p>This may seem like a strange thing to do, but it has uses.  You
-can use it to brighten or darken or saturate or desaturate areas of the
-underlaying image.  See <a href="extendedopacity.html">
-this description</a> of the technique.
+<p>This may seem like a strange thing to do, but it has uses.  You can use it
+to brighten or darken or saturate or desaturate areas of the underlay image.
+See <a href="extendedopacity.html"> this description</a> of the technique.
      
 <p>This option was added in Netpbm 10.6 (July 2002).  Before Netpbm 10.15
 (April 2003), values less than zero or greater than unity were not allowed.
diff --git a/pgmminkowski.html b/pgmminkowski.html
index e110c970..c84cdac7 100644
--- a/pgmminkowski.html
+++ b/pgmminkowski.html
@@ -57,7 +57,7 @@ scanning tunnelling electron microscope.
 <ul>
 <li><a
 href="http://rugth30.phys.rug.nl/compphys0/2001.htm"> K. Michielsen and
-H. De Raedt, "Integral-Geometry Morphological Image Analysis", 
+H. De Raedt, "Integral-Geometry Morphological Image Analysis",
 Phys. Rep. 347, 461-538 (2001).</a>
 
 <li><a href="http://rugth30.phys.rug.nl/pdf/prechaos.pdf">
diff --git a/vidtoppm.html b/vidtoppm.html
index 56142a15..4b54efb8 100644
--- a/vidtoppm.html
+++ b/vidtoppm.html
@@ -11,7 +11,7 @@ Updated: 2000
 
 <p>This program is part of <a href="index.html">Netpbm</a>.
 <p><b>vidtoppm</b> is supposed to convert Parallax XVideo JPEG
-to sequence of PPM files.  It's source code is part of the Netpbm package
+to sequence of PPM files.  Its source code is part of the Netpbm package
 for archival purposes, but it does not presently build because it requires
 header files that aren't in the package.  If someone comes up with a use
 for <b>vidtoppm</b>, we might be able to make it work.