1pfsoutpfm(1) General Commands Manual pfsoutpfm(1)
2
3
4
6 pfsoutpfm - Write images or frames in OpenEXR format
7
9 pfsoutpfm (<file> [--frames <range>]) [<file>...]
10
11
13 Use this command to write frames in PFM format. PFM format is used for
14 HDR Shop plug-ins and is also supported by some recent versions of
15 NetPBM package (pamtopfm and pfmtopam commands). Source pfs frames
16 should be piped to the Standard Input. This command can handle both
17 color (XYZ channels) and grayscale (Y channel) images.
18
19 Details on the format of the pattern file names, which are used for
20 saving multiple frames, can be found in the manual page of pfsoutppm.
21
22
24 pfsin memorial.hdr | pfsoutpfm memorial.pfm
25
26 Converts from one HDR format to another
27
28 pfsin memorial.hdr | pfsextractchannels Y | pfsoutpfm memorial.pfm
29
30 Stores memorial image as a grayscale PFM file.
31
33 pfsout(1) pfsoutppm(1) pfsinpfm(1)
34
36 Please report bugs and comments on implementation to the discussion
37 group http://groups.google.com/group/pfstools
38
39
40
41 pfsoutpfm(1)