diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2012-11-09 15:26:05 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2012-11-09 15:26:05 +0000 |
commit | 5dedc824a9cd3d3e152fc33752c1e65f24d21ab6 (patch) | |
tree | 00761cc1d086d80b386cb21c7756790cc6bc5695 /pgmmedian.html | |
parent | 98f1d61e4f3c94f7810288f4a22b22d07b7d9539 (diff) | |
download | netpbm-mirror-5dedc824a9cd3d3e152fc33752c1e65f24d21ab6.tar.gz netpbm-mirror-5dedc824a9cd3d3e152fc33752c1e65f24d21ab6.tar.xz netpbm-mirror-5dedc824a9cd3d3e152fc33752c1e65f24d21ab6.zip |
remove extraneous paragraph
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1758 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pgmmedian.html')
-rw-r--r-- | pgmmedian.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pgmmedian.html b/pgmmedian.html index 0b3e4513..bb2577f1 100644 --- a/pgmmedian.html +++ b/pgmmedian.html @@ -55,9 +55,6 @@ If (<i>maxval</i> / ((<i>width</i> * <i>height</i>) - 1)), where value, <b>pgmmedian</b> uses histogram sort. Otherwise, it uses kth value. -<p>If expression is less than the cutoff, <b>pgmmedian</b> uses the -histogram sort. Otherwise it uses the select kth value method. - <p>This option has no effect if you specify <b>-type</b>. <p>The default is 250 |