diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2023-12-16 18:47:13 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2023-12-16 18:47:13 +0000 |
commit | 3179b1780ba30713190e78af01f9c5d6ee1656c8 (patch) | |
tree | f987f7f6eb85853b1925c97a36620ec1509a9f1e /pnmconvol.html | |
parent | a389ddc05a66c41cf88bb95387a81607effdfdaf (diff) | |
download | netpbm-mirror-3179b1780ba30713190e78af01f9c5d6ee1656c8.tar.gz netpbm-mirror-3179b1780ba30713190e78af01f9c5d6ee1656c8.tar.xz netpbm-mirror-3179b1780ba30713190e78af01f9c5d6ee1656c8.zip |
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@4803 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pnmconvol.html')
-rw-r--r-- | pnmconvol.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pnmconvol.html b/pnmconvol.html index f03405c0..d32b3a24 100644 --- a/pnmconvol.html +++ b/pnmconvol.html @@ -217,8 +217,8 @@ than the image's maxval. I.e. it isn't even a real PNM file. <p>The way you select this method of supplying the convolution matrix is to <em>not</em> specify <b>-matrix</b> or <b>-matrixfile</b>. When you do that, -you must specify a second non-option argument -- that is the name of the PNM -file (or PNM equivalent PAM file). +you must specify the name of the PNM file (or PNM equivalent PAM file) as a +non-option argument (before the optional input file name). <p>There are two ways <b>pnmconvol</b> interprets the PNM convolution matrix image pixels as weights: with offsets, and without offsets. |