1Pfmtopam User Manual(0) Pfmtopam User Manual(0)
2
3
4
6 pfmtopam - Convert PFM (Portable Float Map) image to Netpbm format
7
8
10 pfmtopam [-maxval=n] [-verbose] [imagefile]
11
12 All options can be abbreviated to their shortest unique prefix. You
13 may use two hyphens instead of one. You may separate an option name
14 and its value with white space instead of an equals sign.
15
16
18 This program is part of Netpbm(1).
19
20 pfmtopam reads a PFM (Portable Float Map) image and converts it to PAM.
21
22 See pamtopfm(1) for a description of PFM.
23
24 If you want one of the older, more portable Netpbm formats, run the
25 output through pamtopnm.
26
27 pamtopfm creates a PAM with tuple type "RGB" or "GRAYSCALE" depending
28 on whether or not the PFM is in the color subformat.
29
30 Use pamtopfm(1) to convert a PFM image to Netpbm format.
31
32
33
35 In addition to the options common to all programs based on libnetpbm
36 (most notably -quiet, see
37 Common Options ⟨index.html#commonoptions⟩ ), pfmtopam recognizes the
38 following command line options:
39
40
41
42 -maxval=n
43
44 This specifies the maxval for the PAM. Default is 255.
45
46
47 -verbose
48
49 This causes pfmtopam to display messages describing
50 the PFM input file.
51
52
53
54
56 pamtopfm(1), pam(1),
57
58
60 pfmtopam was added to Netpbm in Release 10.22 (April 2004).
61
63 This manual page was generated by the Netpbm tool 'makeman' from HTML
64 source. The master documentation is at
65
66 http://netpbm.sourceforge.net/doc/pfmtopam.html
67
68netpbm documentation 10 April 2004 Pfmtopam User Manual(0)