summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-02-24 17:31:06 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-02-24 17:31:06 +0000
commit73b435777acf1b420ba369d8c0de06770d11b738 (patch)
treeac32d68ea1f662df5f844b7f35243b5768af0ea2
parentdc58a4a81896d3a2edf5b4f09cbe38ab33515684 (diff)
downloadnetpbm-mirror-73b435777acf1b420ba369d8c0de06770d11b738.tar.gz
netpbm-mirror-73b435777acf1b420ba369d8c0de06770d11b738.tar.xz
netpbm-mirror-73b435777acf1b420ba369d8c0de06770d11b738.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@4505 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--pbmtextps.html14
-rw-r--r--pnmcolormap.html13
2 files changed, 19 insertions, 8 deletions
diff --git a/pbmtextps.html b/pbmtextps.html
index 627f11d8..5977e2d5 100644
--- a/pbmtextps.html
+++ b/pbmtextps.html
@@ -148,7 +148,7 @@ as if you specified <b>-leftmargin=</b><i>0.5*fontsize</i>.
 is as if you specified <b>-rightmargin=0</b>.
 
 
-<h2 id="input_text">Input Text</h2>
+<h3 id="input_text">Input Text</h2>
 
 <p>The simplest way to specify the text to render is just to specify it,
   in ASCII, as the sole argument of the command.  For example,
@@ -196,7 +196,7 @@ arguments as for plain ASCII input:
 
   <pre>
     <kbd>
-  $ pbmtextps -asciihex &quot;<&quot; &quot;68656c6c6f 20 776f726c64 &quot;>&quot;
+  $ pbmtextps -asciihex &quot;<&quot; 68656c6c6f 20 776f726c64 &quot;>&quot;
     </kbd>
   </pre>
 
@@ -299,20 +299,20 @@ See <a href="#margins">Margins</a> for details.
 <dt><b>-asciihex</b>
 <dd>
 This means the text in the arguments is in Postscript ASCII-HEX code.
-See <a href="input_text">Input Text</a>.
+See <a href="#input_text">Input Text</a>.
 
 <p>You cannot specify this together with <b>-ascii85</b>.
 
-<p>This option was new in Netpbm 11.02 (March 2023)l
+<p>This option was new in Netpbm 11.02 (March 2023)
 
 <dt><b>-ascii85</b>
 <dd>
 This means the text in the arguments is in Postscript ASCII-85 code.
-See <a href="input_text">Input Text</a>.
+See <a href="#input_text">Input Text</a>.
 
 <p>You cannot specify this together with <b>-asciihex</b>.
 
-<p>This option was new in Netpbm 11.02 (March 2023)l
+<p>This option was new in Netpbm 11.02 (March 2023)
   
 <dt><b>-stroke=</b><i>n</i>
 <dd>
@@ -328,7 +328,7 @@ about its processing.
 <dd>
 This option makes <b>pbmtextps</b> write to Standard Output the Postscript
 program it would use to create the image, rather than the image itself.  You
-can use this as input to a Postscript interpreter (such as Ghostscript or a a
+can use this as input to a Postscript interpreter (such as Ghostscript or a
 printer) or to understand the program better.
 
 <p>This option was new in Netpbm 10.75 (June 2016).
diff --git a/pnmcolormap.html b/pnmcolormap.html
index 2ce2ea3d..95fe49b9 100644
--- a/pnmcolormap.html
+++ b/pnmcolormap.html
@@ -2,7 +2,7 @@
 <html><head><title>Pnmcolormap User Manual</title></head>
 <body>
 <h1>pnmcolormap</h1>
-Updated: 09 February 2019
+Updated: 21 February 2023
 <br>
 <a href="#index">Table Of Contents</a>
 
@@ -24,6 +24,10 @@ pnmcolormap - create quantization color map for a Netpbm image
 
 [<b>-square</b>] 
 
+[<b>-verbose</b>] 
+
+[<b>-debug</b>] 
+
 <i>ncolors</i>|<b>all</b>
 
 [<i>pnmfile</i>]
@@ -120,6 +124,13 @@ almost-perfect square.
 <dd>This option causes <b>pnmcolormap</b> to display messages to
 Standard Error about the quantization.  <dt><b>-center</b>
 
+<dt><b>-debug</b>
+
+<dd>This option causes <b>pnmcolormap</b> to display messages to
+Standard Error about internal workings.
+
+<dt><b>-center</b>
+
 <dt><b>-meancolor</b>
 
 <dt><b>-meanpixel</b>