summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-07-11 23:48:48 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-07-11 23:48:48 +0000
commit6e988b4523e15f6ca02eed40438414a8bb6a7b74 (patch)
tree5afd321d8ea7c9192c964b2e9ae3087052a9d1fa
parenta87703a515ec08a0637c2b3b3e6cd0ef1a7e78ff (diff)
downloadnetpbm-mirror-6e988b4523e15f6ca02eed40438414a8bb6a7b74.tar.gz
netpbm-mirror-6e988b4523e15f6ca02eed40438414a8bb6a7b74.tar.xz
netpbm-mirror-6e988b4523e15f6ca02eed40438414a8bb6a7b74.zip
HTML 5 stuff
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3894 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--pamfind.html4
-rw-r--r--pamgetcolor.html6
-rw-r--r--pnmconvol.html16
-rw-r--r--pnmcrop.html4
4 files changed, 15 insertions, 15 deletions
diff --git a/pamfind.html b/pamfind.html
index 103024e2..8d97497f 100644
--- a/pamfind.html
+++ b/pamfind.html
@@ -40,9 +40,9 @@ results as if they are.
 <b>pamcut</b> and <b>pamtable</b>:
 
   <pre>
-    <tt>
+    <span style="font-family: monospace;">
       $ pamcut -left=5 -top=7 -width=1 -height=1 | pamtable
-    </tt>
+    </span>
   </pre>
 
 <p><b>ppmcolormask</b> also finds all the tuples of a certain value, at least
diff --git a/pamgetcolor.html b/pamgetcolor.html
index b1ebe058..20e1e30a 100644
--- a/pamgetcolor.html
+++ b/pamgetcolor.html
@@ -87,16 +87,16 @@ integer parameter that, depending on <i>formatId</i>, indicates
 either precision or normalization. The following values are possible for
 <i>formatId</i>:
 <dl>
-<dt><tt>int</tt>
+<dt>int
 <dd>Samples are decimal integers normalized to the maxval specified by
 <i>param</i>.  Example: <b>rgb-255:255/128/64</b>
 This format is the default, with a maxval of 255.
-<dt><tt>norm</tt>
+<dt>norm
 <dd>Samples are floating point numbers normalized to unity.  E.g.
 <b>rgbi:1.0/0.5/.25</b>
 <i>param</i> specifies precision as the number of digits in the
 fractional part.
-<dt><tt>x11</tt>
+<dt>x11
 <dd>Samples are hexadecimal numbers with <i>param</i> digits,
 e.g. <b>rgb:01/ff/8000</b>
 </dl>
diff --git a/pnmconvol.html b/pnmconvol.html
index f7a87f54..61d2ffbf 100644
--- a/pnmconvol.html
+++ b/pnmconvol.html
@@ -128,15 +128,15 @@ matrix has one weight for red, one for green, and one for blue.
 <p>Here are examples of a <b>-matrix</b> option:
 
 <pre>
-<tt>
+<kbd>
     -matrix=0,.2,0;.2,.2,.2;0,.2,0
-</tt>
+</kbd>
 </pre>
 
 <pre>
-<tt>
+<kbd>
     -matrix=-1,3,-1
-</tt>
+</kbd>
 </pre>
 
 
@@ -169,13 +169,13 @@ option.  Or specify a list of them, one for each plane of the image.
 <p>Examples:
 
 <pre>
-<tt>
+<kbd>
     -matrixfile=mymatrix
-</tt>
+</kbd>
 
-<tt>
+<kbd>
     -matrixfile=myred,mygreen,myblue
-</tt>
+</kbd>
 </pre>
 
 <p>Each file applies to one plane of the image (e.g. red, green, or blue), in
diff --git a/pnmcrop.html b/pnmcrop.html
index 3c9c572c..bdd457cf 100644
--- a/pnmcrop.html
+++ b/pnmcrop.html
@@ -300,9 +300,9 @@ just prints to Standard Output parameters of the cropping it would have done.
 The output is a single line per image, like in this example:
 
 <pre>
-  <tt>
+  <span style="font-family: monospace;">
      0 +7 -20 -10 200 300 rgb-255:10/0/255 0.0
-  </tt>
+  </span>
 </pre>
 
 <p>The line is composed of the following blank-delimited tokens: