other versions
- wheezy 1.4-1
- jessie 1.4-1
- testing 2.0.5-2+b2
- unstable 2.0.5-2+b2
- experimental 2.0.6-1
| pfstmo_drago03(1) | General Commands Manual | pfstmo_drago03(1) |
NAME¶
pfstmo_drago03 - Adaptive logarithmic tone mapping operatorSYNOPSIS¶
pfstmo_drago03 [--bias <val>] [--verbose] [--help]DESCRIPTION¶
This command implements adaptive logarithmic tone mapping operator as described in:OPTIONS¶
- --bias <val>, -b <val>
-
Bias value within the range 0..1. Default value: 0.85
- --verbose
-
Print additional information during program execution.
- --help
-
Print list of commandline options.
EXAMPLES¶
- pfsin memorial.hdr | pfstmo_drago03 -b 0.8 | pfsgamma -g 1.7 | pfsout memorial.png
-
Tone map image, apply gamma correction, and save it in png format.