1pfstmo_reinhard05(1) General Commands Manual pfstmo_reinhard05(1)
2
3
4
6 pfstmo_reinhard05 - Photoreceptor based dynamic range reduction
7
9 pfstmo_reinhard05 [--brightness <val>] [--chromatic <val>] [--light
10 <val>] [--verbose] [--help]
11
13 This command implements a tone mapping operator as described in:
14
15 Dynamic Range Reduction Inspired by Photoreceptor Physiology. E. Rein‐
16 hard and K. Devlin. In IEEE Transactions on Visualization and Computer
17 Graphics, 2005.
18
19
21 --brightness <val>, -b <val>
22
23 Brightness correction (-8..8), parameter 'f' in paper. Default
24 value: 0.0
25
26 --chromatic <val>, -c <val>
27
28 Amount of chromatic adaptation (von Kries model) (0..1), parame‐
29 ter 'c' in paper. Default value: 0.0
30
31 --light <val>, -l <val>
32
33 Amount of light adaptation adaptation (0..1), parameter 'l' in
34 paper. Default value: 1.0
35
36 --verbose
37
38 Print additional information during program execution.
39
40 --help
41
42 Print list of commandline options.
43
45 pfsin memorial.hdr | pfstmo_reinhard05 -s 0.5 | pfsgamma -g 2.2 |
46 pfsout memorial.png
47
48 Tone map image and save it in png format.
49
51 pfsgamma(1) pfsin(1) pfsout(1) pfsview(1)
52
54 Please report bugs and comments on implementation to Grzegorz Krawczyk
55 <krawczyk@mpi-sb.mpg.de>.
56
57
58
59 pfstmo_reinhard05(1)