1pfstmo_drago03(1) General Commands Manual pfstmo_drago03(1)
2
3
4
6 pfstmo_drago03 - Adaptive logarithmic tone mapping operator
7
9 pfstmo_drago03 [--bias <val>] [--verbose] [--help]
10
12 This command implements adaptive logarithmic tone mapping operator as
13 described in:
14
15 Adaptive logarithmic mapping for displaying high contrast scenes. F.
16 Drago, K. Myszkowski, T. Annen, and N. Chiba. In Eurographics 2003.
17
18 According to the paper, results of this TMO require gamma correction.
19
21 --bias <val>, -b <val>
22
23 Bias value within the range 0..1. Default value: 0.85
24
25 --verbose
26
27 Print additional information during program execution.
28
29 --help
30
31 Print list of commandline options.
32
34 pfsin memorial.hdr | pfstmo_drago03 -b 0.8 | pfsgamma -g 1.7 | pfsout
35 memorial.png
36
37 Tone map image, apply gamma correction, and save it in png for‐
38 mat.
39
41 pfsgamma(1) pfsin(1) pfsout(1) pfsview(1)
42
44 Please report bugs and comments on implementation to Grzegorz Krawczyk
45 <krawczyk@mpi-sb.mpg.de>.
46
47
48
49 pfstmo_drago03(1)