summary refs log tree commit diff
path: root/pdbimgtopam.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-09-25 21:07:24 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2010-09-25 21:07:24 +0000
commita8286267339304d896f0776cd120460c751bd3ae (patch)
treeb309b69d9a1c5c519af43935790be68b0f6dce19 /pdbimgtopam.html
parenta3e134992677364c8092676256f8f51244396685 (diff)
downloadnetpbm-mirror-a8286267339304d896f0776cd120460c751bd3ae.tar.gz
netpbm-mirror-a8286267339304d896f0776cd120460c751bd3ae.tar.xz
netpbm-mirror-a8286267339304d896f0776cd120460c751bd3ae.zip
Add pamtopdbimg, pdbimgtopam
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1303 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pdbimgtopam.html')
-rw-r--r--pdbimgtopam.html76
1 files changed, 76 insertions, 0 deletions
diff --git a/pdbimgtopam.html b/pdbimgtopam.html
new file mode 100644
index 00000000..8c397286
--- /dev/null
+++ b/pdbimgtopam.html
@@ -0,0 +1,76 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML><HEAD><TITLE>Pdbimgtopam User Manual</TITLE></HEAD>
+<BODY>
+<H1>pdbimgtopam</H1>
+Updated: 25 September 2010
+<BR>
+<A HREF="#index">Table Of Contents</A>
+
+<H2>NAME</H2>
+
+pdbimgtopam - convert a Palm Pilot Image Viewer PDB Image to a PAM image
+
+<H2 id="synopsis">SYNOPSIS</H2>
+
+<B>pdbimgtopam</B>
+
+[<b>-notefile=</b><i>filename</i>]
+[<b>-verbose</b>]
+
+[<I>pdbimgfile</I>]
+
+<H2 id="description">DESCRIPTION</H2>
+
+<p>This program is part of <a href="index.html">Netpbm</a>.
+
+<p><b>pdbimgtopam</b> reads a Palm Pilot Image Viewer image (and Image
+record in a PDB file) as input, from Standard Input or
+<I>palmfile</I>, and produces a PAM image as output.
+
+<p>If the Pilot image is monochrome, the PAM output has maxval 1.
+Otherwise, it has maxval 255.  Note that Pilot images are always
+monochrome.  The PAM image has tuple type GRAYSCALE.
+
+
+<H2 id="options">OPTIONS</H2>
+
+<DL COMPACT>
+<DT><B>-verbose</B>
+
+<DD>
+Display various interesting information about the input file and process.
+
+<DT><B>-notefile=</B><i>filename</i>
+
+<DD>
+Write the image note (if any) to the specified file.
+<p>
+If you don't specify this, <b>pdbimgtopam</b> ignores any image note.
+
+</DL>
+
+<H2 id="seealso">SEE ALSO</H2>
+
+<B><A HREF="pamtopdbimg.html">pamtopdbimg</A></B>,
+<B><A HREF="pnmtopalm.html">pnmtopalm</A></B>,
+
+<A HREF="pam.html">pam</A>,
+
+<h2 id="history">HISTORY</h2>
+
+<p><b>pdbimgtopam</b> was new in Netpbm 10.52 (September 2010).
+It was modelled after Eric A. Howe's <b>imgvtopbm</b> package, which
+dates back to September 1997.
+
+
+<HR>
+<H2 id="index">Table Of Contents</H2>
+<UL>
+<LI><A HREF="#synopsis">SYNOPSIS</A>
+<LI><A HREF="#description">DESCRIPTION</A>
+<LI><A HREF="#options">OPTIONS</A>
+<LI><A HREF="#seealso">SEE ALSO</A>
+<LI><A HREF="#history">HISTORY</A>
+</UL>
+</BODY>
+</HTML>