summary refs log tree commit diff
path: root/pfmtopam.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-12-25 03:06:05 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-12-25 03:06:05 +0000
commit1017cbebe5d5edd859e0fddad0a8600f509f4821 (patch)
tree78bdf336648566f7a7d55f42837357dea3dd674c /pfmtopam.html
parent16f2ac126651015a376eba864a3a35f738b0b25a (diff)
downloadnetpbm-mirror-1017cbebe5d5edd859e0fddad0a8600f509f4821.tar.gz
netpbm-mirror-1017cbebe5d5edd859e0fddad0a8600f509f4821.tar.xz
netpbm-mirror-1017cbebe5d5edd859e0fddad0a8600f509f4821.zip
Place user guide into Subversion repository
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@181 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pfmtopam.html')
-rw-r--r--pfmtopam.html87
1 files changed, 87 insertions, 0 deletions
diff --git a/pfmtopam.html b/pfmtopam.html
new file mode 100644
index 00000000..b8949b5b
--- /dev/null
+++ b/pfmtopam.html
@@ -0,0 +1,87 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML><HEAD><TITLE>Pfmtopam User Manual</TITLE></HEAD>
+<BODY>
+<H1>pfmtopam</H1>
+Updated: 10 April 2004
+
+<A HREF="#index">Table Of Contents</A>
+
+<A NAME="name">&nbsp;</A>
+<H2>NAME</H2>
+pamtopfm - Convert PFM (Portable Float Map) image to Netpbm format
+
+<A NAME="synopsis">&nbsp;</A>
+<H2>SYNOPSIS</H2>
+<B>pfmtopam</B>
+[<b>-maxval=</b><i>n</i>]
+[<b>-verbose</b>]
+[<I>imagefile</I>]
+
+<P>All options can be abbreviated to their shortest unique prefix.
+You may use two hyphens instead of one.  You may separate an option
+name and its value with white space instead of an equals sign.
+
+<A NAME="description">&nbsp;</A>
+<H2>DESCRIPTION</H2>
+
+<p>This program is part of <a href="index.html">Netpbm</a>.
+
+<p><b>pfmtopam</b> reads a PFM (Portable Float Map) image and converts
+it to PAM.
+
+<p>See <a href="pamtopfm.html"><b>pamtopfm</b></a> for a description of
+PFM.
+
+<p>If you want one of the older, more portable Netpbm formats, run the
+output through <b>pamtopnm</b>.
+
+<b>pamtopfm</b> creates a PAM with tuple type &quot;RGB&quot; or
+&quot;GRAYSCALE&quot; depending on whether or not the PFM is in the color
+subformat.
+
+<p>Use <a href="pamtopfm.html"><b>pamtopfm</b></a> to convert a PFM
+image to Netpbm format.
+
+
+<A NAME="options">&nbsp;</A>
+<H2>OPTIONS</H2>
+
+<DL COMPACT>
+<DT><B>-maxval=</b><i>n</i>
+
+<DD>
+     <P>This specifies the maxval for the PAM.  Default is 255.
+
+<DT><B>-verbose</b>
+
+<DD>
+     <P>This causes <b>pfmtopam</b> to display messages describing 
+     the PFM input file.
+
+</DL>
+
+<A NAME="seealso">&nbsp;</A>
+<H2>SEE ALSO</H2>
+
+<B><A HREF="pamtopfm.html">pamtopfm</A></B>,
+<B><A HREF="pam.html">pam</A></B>,
+
+<A NAME="history"></a>
+<h2>HISTORY</h2>
+
+<p><b>pfmtopam</b> was added to Netpbm in Release 10.22 (April 2004).
+
+
+<HR>
+<A NAME="index">&nbsp;</A>
+<H2>Table Of Contents</H2>
+<UL>
+<LI><A HREF="#name">NAME</A>
+<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>