summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pamhomography.html2
-rw-r--r--pamlevels.html26
-rwxr-xr-xpammixmulti.html2
-rw-r--r--pamtooctaveimg.html3
4 files changed, 21 insertions, 12 deletions
diff --git a/pamhomography.html b/pamhomography.html
index 20c117ee..a10f158e 100644
--- a/pamhomography.html
+++ b/pamhomography.html
@@ -16,7 +16,7 @@ Updated: 03 January 2021
 <a href="#index">Table of Contents</a>
 
 
-<h2 id="NAME">NAME</h2>
+<h2>NAME</h2>
 
 <p>pamhomography - map one arbitrary quadrilateral image region to another</p>
 
diff --git a/pamlevels.html b/pamlevels.html
index 634839ee..51d6281f 100644
--- a/pamlevels.html
+++ b/pamlevels.html
@@ -52,24 +52,32 @@ intensity by a constant and preserves
 In the examples below, <code>\</code> denotes a line continuation:
 
 <p>To brighten an image by setting a darker white point&mdash;
-<pre>pamlevels -f1 black -t1 black \
--f2 white:0.9 -t2 white in.ppm &gt; out.ppm</pre>
+<pre>
+    pamlevels -f1 black -t1 black \
+      -f2 white:0.9 -t2 white in.ppm &gt; out.ppm
+</pre>
 
 <p>To adjust the white point&mdash;
 <pre>
-pamlevels -f1 black -t1 black\
--f2 rgbi:0.9/0.83/0.80 -t2 white in.ppm &gt; out.ppm</pre>
+    pamlevels -f1 black -t1 black \
+      -f2 rgbi:0.9/0.83/0.80 -t2 white in.ppm &gt; out.ppm
+</pre>
 
 <p>To set a lighter black point&mdash;
-<pre>pamlevels -f1 white:0.06 -t1 black
--f2 white -t2 white in.ppm &gt; out.ppm</pre>
+<pre>
+    pamlevels -f1 white:0.06 -t1 black \
+      -f2 white -t2 white in.ppm &gt; out.ppm
+</pre>
 
 <p>To increase brightness by compression&mdash;
-<pre>pamlevels \
--f1 black -t1 black -f2 white -t2 white \
--f3 white:0.5 -t3 white:0.6 in.ppm &gt; out.ppm</pre>
+<pre>
+    pamlevels \
+      -f1 black -t1 black -f2 white -t2 white \
+      -f3 white:0.5 -t3 white:0.6 in.ppm &gt; out.ppm
+</pre>
 The latter tranformation is similar to gamma-correction.
 
+
 <h2 id="options">OPTIONS</h2>
 
 <p>In addition to the options common to all programs based on libnetpbm
diff --git a/pammixmulti.html b/pammixmulti.html
index 97cf4122..a9c89e25 100755
--- a/pammixmulti.html
+++ b/pammixmulti.html
@@ -2,7 +2,7 @@
 <html><head><title>Pammixmulti User Manual</title></head>
 <body>
 <h1>pammixmulti</h1>
-Updated: 18 November 2018<br>
+Updated: 18 November 2018
 <br>
 <a href="#index">Table Of Contents</a>
   
diff --git a/pamtooctaveimg.html b/pamtooctaveimg.html
index 4e09e8e1..43f05847 100644
--- a/pamtooctaveimg.html
+++ b/pamtooctaveimg.html
@@ -3,7 +3,8 @@
 <body>
 <h1>pamtooctaveimg</h1>
 <br>
-<p>Updated: 27 June 2007<br>
+<p>Updated: 27 June 2007
+<br>
 <a href="#index">Table Of Contents</a>
 
 <h2>NAME</h2>