about summary refs log tree commit diff
path: root/pnmtopalm.html
diff options
context:
space:
mode:
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