1LUMINANCE-HDR-CLI(1) User Commands LUMINANCE-HDR-CLI(1)
2
3
4
6 luminance-hdr-cli - command-line high dynamic range image processing
7
9 luminance-hdr-cli [OPTIONS]... [INPUTFILES]...
10
12 -h [ --help ]
13 Display detailed help text.
14
15 -V [ --version ]
16 Display program version.
17
18 -v [ --verbose ]
19 Print more messages during execution.
20
21 -c [ --cameras ]
22 Print a list of all supported cameras.
23
24 -a [ --align ] [AIS|MTB]
25 Align Engine to use during HDR creation (default: no alignment).
26
27 -e [ --ev ] EV1,EV2,...
28 Specify numerical EV values (as many as INPUTFILES).
29
30 -d [ --savealigned ] prefix
31 Save aligned images to files which names start with prefix
32
33 -l [ --load ] HDR_FILE
34 Load an HDR instead of creating a new one.
35
36 -s [ --save ] HDR_FILE
37 Save to a HDR file format. (default: don't save)
38
39 -g [ --gamma ] VALUE
40 Gamma value to use during tone mapping. (default: 1)
41
42 -S [ --saturation ] VALUE
43 Saturation value to use during tone mapping. (default: 1)
44
45 -G [ --postgamma ] VALUE
46 Gamma value to use after tone mapping. (default: 1)
47
48 -r [ --resize ] VALUE
49 Width you want to resize your HDR to (resized before gamma and
50 tone mapping)
51
52 -o [ --output ] LDR_FILE
53 File name you want to save your tone mapped LDR to.
54
55 -t [ --autoag ] THRESHOLD
56 Enable auto anti-ghosting with given threshold. (0.0-1.0)
57
58 -b [ --autolevels ]
59 Apply autolevels correction after tonemapping.
60
61 -w [ --createwebpage ]
62 Enable generation of a webpage with embedded HDR viewer.
63
64 -p [ --proposedldrname ] FILE_EXTENSION
65 Save LDR file with a name of the form first-last_tmparame‐
66 ters.extension.
67
68 -z [ --proposedhdrname ] FILE_EXTENSION
69 Save HDR file with a name of the form first-last_HdrCreation‐
70 Model.extension.
71
72 HDR CREATION PARAMETERS
73 You must either load an existing HDR file (via the -l option) or spec‐
74 ify INPUTFILES to create a new HDR.
75
76 --hdrWeight [triangular|gaussian|plateau|flat]
77 (Default is triangular)
78
79 --hdrResponseCurve [from_file|linear|gamma|log|srgb]
80 (Default is linear)
81
82 --hdrModel [robertson|robertsonauto|debevec]
83 (Default is debevec)
84
85 --hdrCurveFilename your_file_here.m
86
87 LDR OUTPUT PARAMETERS
88 -q [ --ldrQuality ] VALUE
89 Quality of the saved tone mapped file (1-100).
90
91 --ldrTiff [8b|16b|32b|logluv]
92 Tiff format. (Default is 8b)
93
94 --ldrTiffDeflate [true|false]
95 Tiff deflate compression. (Default is true)
96
97 HTML OUTPUT PARAMETERS
98 -k [ --htmlQuality ] VALUE
99 Quality of the interpolated exposures, from the worst (1) to the
100 best (4). Higher quality will introduce less distortions in the
101 brightest and the darkest tones, but will also generate more im‐
102 ages. More images means that there is more data that needs to
103 be transferred to the web-browser, making HDR viewer less re‐
104 sponsive. (Default is 2, which is sufficient for most applica‐
105 tions)
106
107 --pageName page_name
108 Specifies the file name of the web page to be generated. If
109 page_name is missing, the file name of the first image with
110 .html extension will be used. (Default is first image name)
111
112 --imagesDir directory
113 Specify where to store the resulting image files. Links to im‐
114 ages in HTML will be updated accordingly. This must be a rela‐
115 tive path and the directory must exist. Useful to avoid clutter
116 in the current directory. (Default is current working direc‐
117 tory)
118
119 TONE MAPPING PARAMETERS
120 No tonemapping is performed unless -o is specified.
121
122 --tmo [ashikhmin|drago|durand|fattal|ferradans|ferwerda|kimkautz|pat‐
123 tanaik|reinhard02|reinhard05|mai|mantiuk06|mantiuk08|van‐
124 hateren|lischinski]
125 Tone mapping operator. (Default is mantiuk06)
126
127 --tmofile SETTING_FILE
128 Load an existing setting file containing pre-gamma and all TMO
129 settings
130
131 Fattal
132
133 --tmoFatAlpha FLOAT
134 alpha
135
136 --tmoFatBeta FLOAT
137 beta
138
139 --tmoFatColor FLOAT
140 color
141
142 --tmoFatNoise FLOAT
143 noise
144
145 --tmoFatNew [true|false]
146 new
147
148 Ferradans
149
150 --tmoFerRho FLOAT
151 rho
152
153 --tmoFerInvAlpha FLOAT
154 inv_alpha
155
156 KimKautz
157
158 --tmoKimKautzC1 FLOAT
159 c1
160
161 --tmoKimKautzC2 FLOAT
162 c2
163
164 Mantiuk 06
165
166 --tmoM06Contrast FLOAT
167 contrast
168
169 --tmoM06Saturation FLOAT
170 saturation
171
172 --tmoM06Detail FLOAT
173 detail
174
175 --tmoM06ContrastEqual [true|false]
176 equalization
177
178 Mantiuk 08
179
180 --tmoM08ColorSaturation FLOAT
181 color saturation
182
183 --tmoM08ConstrastEnh FLOAT
184 contrast enhancement
185
186 --tmoM08LuminanceLvl FLOAT
187 luminance level
188
189 --tmoM08SetLuminance [true|false]
190 enable luminance level
191
192 Durand
193
194 --tmoDurSigmaS FLOAT
195 spatial kernel sigma
196
197 --tmoDurSigmaR FLOAT
198 range kernel sigma
199
200 --tmoDurBase FLOAT
201 base contrast
202
203 Drago
204
205 --tmoDrgBias FLOAT
206 bias
207
208 Reinhard 02
209
210 --tmoR02Key FLOAT
211 key value
212
213 --tmoR02Phi FLOAT
214 phi
215
216 --tmoR02Scales [true|false]
217 use scales
218
219 --tmoR02Num FLOAT
220 range
221
222 --tmoR02Low FLOAT
223 lower scale
224
225 --tmoR02High FLOAT
226 upper scale
227
228 Reinhard 05
229
230 --tmoR05Brightness FLOAT
231 Brightness
232
233 --tmoR05Chroma FLOAT
234 Chroma adaption
235
236 --tmoR05Lightness FLOAT
237 Light adaption
238
239 Ashikmin
240
241 --tmoAshEq2 [true|false]
242 Equation number 2
243
244 --tmoAshSimple [true|false]
245 Simple
246
247 --tmoAshLocal FLOAT
248 Local threshold
249
250 Pattanaik
251
252 --tmoPatMultiplier FLOAT
253 multiplier
254
255 --tmoPatLocal [true|false]
256 Local tone mapping
257
258 --tmoPatAutoLum [true|false]
259 Auto luminance
260
261 --tmoPatCone FLOAT
262 cone level
263
264 --tmoPatRod FLOAT
265 rod level
266
267 VanHateren
268
269 --tmoVanHaterenPupilArea FLOAT
270 pupil_area
271
272 Lischinski
273
274 --tmoLischinskiAlpha FLOAT
275 alpha
276
278 luminance-hdr(1)
279
280 pfstools
281 pfsabsolute(1), pfscat(1), pfsclamp(1), pfscolortransform(1),
282 pfscut(1), pfsdisplayfunction(1), pfsextractchannels(1), pfs‐
283 flip(1), pfsgamma(1), pfsin(1), pfsindcraw(1), pfsinpfm(1), pfs‐
284 inppm(1), pfsinrgbe(1), pfsintiff(1), pfsinyuv(1), pfsout(1),
285 pfsouthdrhtml(1), pfsoutpfm(1), pfsoutppm(1), pfsoutrgbe(1), pf‐
286 souttiff(1), pfsoutyuv(1), pfspad(1), pfspanoramic(1), pfsre‐
287 time(1), pfsrotate(1), pfssize(1), pfstag(1)
288
289 pfstmo pfstmo_drago03(1), pfstmo_durand02(1), pfstmo_fattal02(1), pf‐
290 stmo_ferradans11(1), pfstmo_mai11(1), pfstmo_mantiuk06(1), pf‐
291 stmo_mantiuk08(1), pfstmo_pattanaik00(1), pfstmo_reinhard02(1),
292 pfstmo_reinhard05(1)
293
294 pfscalibration
295 dcraw2hdrgen(1), jpeg2hdrgen(1), pfshdrcalibrate(1), pfsinhdr‐
296 gen(1), pfsinme(1), pfsplotresponse(1)
297
298
299
300 April 2021 LUMINANCE-HDR-CLI(1)