1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.41.2.
.TH LUMINANCE-HDR-CLI "1" "January 2014" "luminance-hdr-cli 2.3.1+git20140113" "User Commands"
.SH NAME
luminance-hdr-cli \- Luminance HDR command line version
.SH SYNOPSIS
.B luminance-hdr-cli
[\fIOPTIONS\fR]... [\fIINPUTFILES\fR]...
.SH DESCRIPTION
.IP
Commandline interface to luminance\-hdr\-cli.
.TP
\fB\-h\fR \fB\-\-help\fR
Display this help.
.TP
\fB\-v\fR \fB\-\-verbose\fR
Print more messages during execution.
.TP
\fB\-a\fR \fB\-\-align\fR AIS|MTB
Align Engine to use during HDR creation (default: no alignment).
.HP
\fB\-d\fR \fB\-\-savealigned\fR prefix Save aligned images to files which names start with prefix
.TP
\fB\-e\fR \fB\-\-ev\fR EV1,EV2,...
Specify numerical EV values (as many as INPUTFILES).
.TP
\fB\-c\fR \fB\-\-config\fR
HDR creation config. Possible values:
.IP
weight=triangular|gaussian|plateau:response_curve=from_file|linear|gamma|log|robertson:model=robertson|debevec:curve_filename=your_file_here.m
.br
(Default is weight=triangular:response_curve=linear:model=debevec)
.TP
\fB\-l\fR \fB\-\-load\fR HDR_FILE
Load an HDR instead of creating a new one.
.TP
\fB\-s\fR \fB\-\-save\fR HDR_FILE
Save to a HDR file format. (default: don't save)
.TP
\fB\-g\fR \fB\-\-gamma\fR VALUE
Gamma value to use during tone mapping. (default: 1)
.TP
\fB\-r\fR \fB\-\-resize\fR VALUE
Width you want to resize your HDR to (resized before gamma and tone mapping)
.TP
\fB\-t\fR \fB\-\-tmo\fR
Tone mapping operator. Legal values are:
.IP
ashikhmin|drago|durand|fattal|pattanaik|reinhard02|reinhard05|mantiuk06|mantiuk08
(Default is mantiuk06)
.TP
\fB\-p\fR \fB\-\-tmoptions\fR
Tone mapping operator options. Legal values are:
.IP
alpha=VALUE:beta=VALUE:color=VALUE:noise=VALUE:new=true|false (for fattal)
.br
contrast=VALUE:saturation=VALUE:detail=VALUE:equalization=true|false (for mantiuk06)
.br
colorsaturation=VALUE:contrastenhancement=VALUE:luminancelevel=VALUE:setluminance=true|false (for mantiuk08)
.br
localcontrast=VALUE:eq=2|4:simple=true|false (for ashikhmin)
.br
sigma_s=VALUE:sigma_r=VALUE:base=VALUE (for durand)
.br
bias=VALUE (for drago)
.br
local=true|false:autolum=true|false:cone=VALUE:rod=VALUE:multiplier=VALUE (for pattanaik)
.br
scales=true|false:key=VALUE:phi=VALUE:num=VALUE:low=VALUE:high=VALUE (for reinhard02)
.br
brightness=VALUE:chroma=VALUE:lightness=VALUE (for reinhard05)
.TP
\fB\-o\fR \fB\-\-output\fR LDR_FILE
File name you want to save your tone mapped LDR to.
.TP
\fB\-q\fR \fB\-\-quality\fR VALUE
Quality of the saved tone mapped file (0\-100).
.TP
\fB\-b\fR \fB\-\-autoag\fR THRESHOLD
Enable auto anti\-ghosting with given threshold.
(No tonemapping is performed unless \fB\-o\fR is specified).
.PP
You must either load an existing HDR file (via the \fB\-l\fR option) or specify INPUTFILES to create a new HDR.
.SH "SEE ALSO"
.BR luminance-hdr (1)
|