diff options
Diffstat (limited to 'upstream/debian-bookworm/man1/pfmtopam.1')
-rw-r--r-- | upstream/debian-bookworm/man1/pfmtopam.1 | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/upstream/debian-bookworm/man1/pfmtopam.1 b/upstream/debian-bookworm/man1/pfmtopam.1 new file mode 100644 index 00000000..c267aef9 --- /dev/null +++ b/upstream/debian-bookworm/man1/pfmtopam.1 @@ -0,0 +1,91 @@ +\ +.\" This man page was generated by the Netpbm tool 'makeman' from HTML source. +.\" Do not hand-hack it! If you have bug fixes or improvements, please find +.\" the corresponding HTML page on the Netpbm website, generate a patch +.\" against that, and send it to the Netpbm maintainer. +.TH "Pfmtopam User Manual" 1 "10 April 2004" "netpbm documentation" + +.SH NAME +pfmtopam - Convert PFM (Portable Float Map) image to Netpbm format + +.UN synopsis +.SH SYNOPSIS +\fBpfmtopam\fP +[\fB-maxval=\fP\fIn\fP] +[\fB-verbose\fP] +[\fIimagefile\fP] +.PP +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. + +.UN description +.SH DESCRIPTION +.PP +This program is part of +.BR "Netpbm" (1)\c +\&. +.PP +\fBpfmtopam\fP reads a PFM (Portable Float Map) image and converts +it to PAM. +.PP +See +.BR "\fBpamtopfm\fP" (1)\c +\& for a description of +PFM. +.PP +If you want one of the older, more portable Netpbm formats, run the +output through \fBpamtopnm\fP. + +\fBpamtopfm\fP creates a PAM with tuple type "RGB" or +"GRAYSCALE" depending on whether or not the PFM is in the color +subformat. +.PP +Use +.BR "\fBpamtopfm\fP" (1)\c +\& to convert a PFM +image to Netpbm format. + + +.UN options +.SH OPTIONS +.PP +In addition to the options common to all programs based on libnetpbm +(most notably \fB-quiet\fP, see +.UR index.html#commonoptions + Common Options +.UE +\&), \fBpfmtopam\fP recognizes the following +command line options: + + +.TP +\fB-maxval=\fP\fIn\fP +.sp +This specifies the maxval for the PAM. Default is 255. + +.TP +\fB-verbose\fP +.sp +This causes \fBpfmtopam\fP to display messages describing + the PFM input file. + + + +.UN seealso +.SH SEE ALSO +.BR "pamtopfm" (1)\c +\&, +.BR "pam" (1)\c +\&, + +.UN history +.SH HISTORY +.PP +\fBpfmtopam\fP was added to Netpbm in Release 10.22 (April 2004). +.SH DOCUMENT SOURCE +This manual page was generated by the Netpbm tool 'makeman' from HTML +source. The master documentation is at +.IP +.B http://netpbm.sourceforge.net/doc/pfmtopam.html +.PP
\ No newline at end of file |