diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2020-07-11 23:48:48 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2020-07-11 23:48:48 +0000 |
commit | 6e988b4523e15f6ca02eed40438414a8bb6a7b74 (patch) | |
tree | 5afd321d8ea7c9192c964b2e9ae3087052a9d1fa /pnmconvol.html | |
parent | a87703a515ec08a0637c2b3b3e6cd0ef1a7e78ff (diff) | |
download | netpbm-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
Diffstat (limited to 'pnmconvol.html')
-rw-r--r-- | pnmconvol.html | 16 |
1 files changed, 8 insertions, 8 deletions
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 |