1pfsout(1) General Commands Manual pfsout(1)
2
3
4
6 pfsout - Read pfs frames from stdin and write them in the format deter‐
7 mined by the extension of the file name
8
10 pfsout pfsout <file> [<file>...]
11
13 This command can be used to write pfs frames piped to standard input in
14 one of the several recognized formats. The proper format is determined
15 by the extension of the give file name. To get a list of recognized
16 formats and extensions, execute:
17
18 pfsin --help
19
20 This command is a front-end for pfsout* programs for writing images:
21 pfsoutrgbe, pfsoutexr, etc. Based on the file extension, appropriate
22 program is executed. If two different file format are given as parame‐
23 ters, two different program for writing images are executed. Additional
24 options starting with dash '-' can be passed to pfsout* programs. The
25 following rules apply for passing the options: the options given before
26 any image file name (or %d pattern) are passed to all pfsout* programs.
27 Options given after image file name are only passed to the program exe‐
28 cuted for that file(s). Note also that all option that take an argument
29 (except --frames) must given in the form --option=value, that is with‐
30 out a space between an option and its argument.
31
32
34 pfsin memorial.tiff | pfsout memorial.hdr
35
36 Converts from one HDR format to another
37
39 pfsin(1)
40
42 This command currently does not handle multiple frames given with a %d
43 pattern in case of LDR formats: JPEG, PNG, PNM.
44
45 Please report bugs and comments on implementation to the discussion
46 group http://groups.google.com/group/pfstools
47
48
49
50 pfsout(1)