summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-09-08 20:25:28 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-09-08 20:25:28 +0000
commit91e549032c720c65a46467aad7f5a7b8f45c4538 (patch)
treeec33508a36298338ff3f037c522942d9513978cb
parent7f4cbee8c02a523ba8be9d277e0a1085ada62974 (diff)
downloadnetpbm-mirror-91e549032c720c65a46467aad7f5a7b8f45c4538.tar.gz
netpbm-mirror-91e549032c720c65a46467aad7f5a7b8f45c4538.tar.xz
netpbm-mirror-91e549032c720c65a46467aad7f5a7b8f45c4538.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3676 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--pnmcolormap.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/pnmcolormap.html b/pnmcolormap.html
index 4acc6805..70a382db 100644
--- a/pnmcolormap.html
+++ b/pnmcolormap.html
@@ -153,10 +153,12 @@ the output, and choose one color to represent each box.
   <ul>
     <li>Split the box containing the most pixels.  This is the default,
       and you can select it explicitly with option <b>-splitpixelct</b>.
-    <li>Split the box containing the most colors.  Select this with option
+    <li>Split the box containing the most colors.  This appears to be useful
+      for academic purposes only.  Select this with option
       <b>-splitcolorct</b>.
     <li>Split the box containing the largest color spread.  Select this
-      with option <b>-splitspread</b>.
+      with option <b>-splitspread</b>.  This can produce a better result for
+      small details with colors not found elsewhere in the image.
   </ul>
 
 <p><b>-splitpixelct</b>, <b>splitcolorct</b>, and <b>splitspread</b> were new