blob: b62dba88f72e2e609c9df37ffcfbadb6bd7e0b74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
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" 0 "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" (5)\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
|