1Pfmtopam User Manual(0) Pfmtopam User Manual(0)
2
3
4
6 pamtopfm - 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 -maxval=n
36
37 This specifies the maxval for the PAM. Default is 255.
38
39
40 -verbose
41
42 This causes pfmtopam to display messages describing
43 the PFM input file.
44
45
46
47
49 pamtopfm(1), pam(1),
50
51
53 pfmtopam was added to Netpbm in Release 10.22 (April 2004).
54
56 This manual page was generated by the Netpbm tool 'makeman' from HTML
57 source. The master documentation is at
58
59 http://netpbm.sourceforge.net/doc/pfmtopam.html
60
61netpbm documentation 10 April 2004 Pfmtopam User Manual(0)