summary refs log tree commit diff
path: root/pnmtopalm.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-08-20 21:59:00 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2017-08-20 21:59:00 +0000
commite3165dce3680b9afe56e259b02748b14f09dcbba (patch)
tree35f6ac193b3f867b94792053e1bacd4fe4ccefcd /pnmtopalm.html
parent888e5c445aa41374c2b13b25cb60dc8b7f9af60b (diff)
downloadnetpbm-mirror-e3165dce3680b9afe56e259b02748b14f09dcbba.tar.gz
netpbm-mirror-e3165dce3680b9afe56e259b02748b14f09dcbba.tar.xz
netpbm-mirror-e3165dce3680b9afe56e259b02748b14f09dcbba.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3047 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pnmtopalm.html')
-rw-r--r--pnmtopalm.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/pnmtopalm.html b/pnmtopalm.html
index fdb82cbe..a5a98c18 100644
--- a/pnmtopalm.html
+++ b/pnmtopalm.html
@@ -2,7 +2,7 @@
 <HTML><HEAD><TITLE>Pnmtopalm User Manual</TITLE></HEAD>
 <BODY>
 <H1>pnmtopalm</H1>
-Updated: 14 November 2014
+Updated: 20 August 2017
 <BR>
 <A HREF="#index">Table Of Contents</A>
 
@@ -31,8 +31,8 @@ pnmtopalm - convert a PNM image to a Palm Bitmap
 
 <BR>
 
-[<B>-scanline-compression</B> | <B>-rle-compression</B> |
-<B>-packbits-compression</B>]
+[<B>-scanline_compression</B> | <B>-rle_compression</B> |
+<B>-packbits_compression</B>]
 
 [<I>pnmfile</I>]
 
@@ -49,7 +49,7 @@ from its value.
 <I>pnmfile</I> and produces a Palm Bitmap as output.
 
 <P>Palm Bitmap files are either grayscale files 1, 2, or 4 bits wide,
-or color files 8 bits wide, so <B>pnmtopalm</B> automatically scales
+or color files 8 or 16 bits wide, so <B>pnmtopalm</B> automatically scales
 colors to have an appropriate maxval, unless you specify a depth or
 max depth.  Input files must have an appropriate number and set of
 colors for the selected output constraints.
@@ -198,19 +198,19 @@ library routine</a>.
 
 <p>Transparency works only on Palm OS 3.5 and higher.
 
-<DT><B>-scanline-compression</B>
+<DT><B>-scanline_compression</B>
 <DD>
 Specifies that the output Palm bitmap will use the Palm scanline
 compression scheme.  Scanline compression works only in Palm OS 2.0
 and higher.
 
-<DT><B>-rle-compression</B>
+<DT><B>-rle_compression</B>
 <DD>
 Specifies that the output Palm bitmap will use the Palm RLE
 compression scheme.  RLE compression works only with Palm OS 3.5 and
 higher.
 
-<DT><B>-packbits-compression</B>
+<DT><B>-packbits_compression</B>
 <DD>
 Specifies that the output Palm bitmap will use the Palm packbits
 compression scheme.  Packbits compression works only with Palm OS 4.0 and