1pfstmo_reinhard02(1) General Commands Manual pfstmo_reinhard02(1)
2
3
4
6 pfstmo_reinhard02 - Photographic Tone Reproduction for Digital Images
7
9 pfstmo_reinhard02 [--scales] [--key <val>] [--phi <val>] [--range
10 <val>] [--lower <val>] [--upper <val>] [--temporal-coherent] [--ver‐
11 bose] [--help]
12
14 This command implements a tone mapping operator as described in:
15
16 Photographic Tone Reproduction for Digital Images. E. Reinhard, M.
17 Stark, P. Shirley, and J. Ferwerda. In ACM Transactions on Graphics,
18 2002.
19
20 According to the paper, results of this TMO require gamma correction.
21
23 [--scales]
24
25 Use scales to calculate local adaptation. That means: use local
26 version of this operator. By default, global version is used.
27
28 [--key <val>]
29
30 Set key value for the image (refer to paper for details).
31 Default value: 0.18, accepted range <0..1>.
32
33 [--phi <val>]
34
35 Set phi value (refer to paper for details). Default value: 1.0,
36 accepted range >=0.0.
37
38 [--range <val>]
39
40 Set range size (refer to paper for details). Default value: 8,
41 accepted range >1.
42
43 [--lower <val>]
44
45 Set lower scale size (refer to paper for details). Default
46 value: 1, accepted range >=1.
47
48 [--upper <val>]
49
50 Set upper scale size (refer to paper for details). Default
51 value: 43, accepted range >=1.
52
53 [--temporal-coherent], [-t]
54
55 When this option is specified, tone mapping is time coherent for
56 video sequences. Currently the option imposes that the average
57 and maximum luminance value can change at most by 1% between two
58 consecutive frames.
59
60 --verbose
61
62 Print additional information during program execution.
63
64 --help
65
66 Print list of commandline options.
67
69 pfsin memorial.hdr | pfstmo_reinhard02 -s | pfsgamma -g 2.2 | pfsout
70 memorial.png
71
72 Tone map image and save it in png format.
73
75 pfsgamma(1) pfsin(1) pfsout(1) pfsview(1)
76
78 Please report bugs and comments on implementation to Grzegorz Krawczyk
79 <krawczyk@mpi-sb.mpg.de>.
80
81
82
83 pfstmo_reinhard02(1)