Merge branch 'newlocallab2' of https://github.com/Beep6581/RawTherapee into newlocallab2
This commit is contained in:
commit
d44332b39b
@ -3264,7 +3264,7 @@ LocallabParams::LocallabSpot::LocallabSpot() :
|
|||||||
expreti(false),
|
expreti(false),
|
||||||
complexreti(0),
|
complexreti(0),
|
||||||
retinexMethod("high"),
|
retinexMethod("high"),
|
||||||
str(0.2),
|
str(0.15),
|
||||||
chrrt(0.0),
|
chrrt(0.0),
|
||||||
neigh(50.0),
|
neigh(50.0),
|
||||||
vart(150.0),
|
vart(150.0),
|
||||||
|
@ -727,7 +727,7 @@ LocallabRetinex::LocallabRetinex():
|
|||||||
depth(Gtk::manage(new Adjuster(M("TP_LOCALLAB_DEPTH"), 0, 100, 1, 25))),
|
depth(Gtk::manage(new Adjuster(M("TP_LOCALLAB_DEPTH"), 0, 100, 1, 25))),
|
||||||
lumonly(Gtk::manage(new Gtk::CheckButton(M("TP_LOCALLAB_LUMONLY")))),
|
lumonly(Gtk::manage(new Gtk::CheckButton(M("TP_LOCALLAB_LUMONLY")))),
|
||||||
retiFrame(Gtk::manage(new Gtk::Frame(M("TP_LOCALLAB_RETIFRA")))),
|
retiFrame(Gtk::manage(new Gtk::Frame(M("TP_LOCALLAB_RETIFRA")))),
|
||||||
str(Gtk::manage(new Adjuster(M("TP_LOCALLAB_STR"), 0., 100., 0.1, 0.2))),
|
str(Gtk::manage(new Adjuster(M("TP_LOCALLAB_STR"), 0., 100., 0.05, 0.15))),
|
||||||
loglin(Gtk::manage(new Gtk::CheckButton(M("TP_LOCALLAB_LOGLIN")))),
|
loglin(Gtk::manage(new Gtk::CheckButton(M("TP_LOCALLAB_LOGLIN")))),
|
||||||
sensih(Gtk::manage(new Adjuster(M("TP_LOCALLAB_SENSIH"), 0, 100, 1, 60))),
|
sensih(Gtk::manage(new Adjuster(M("TP_LOCALLAB_SENSIH"), 0, 100, 1, 60))),
|
||||||
retitoolFrame(Gtk::manage(new Gtk::Frame(M("TP_LOCALLAB_RETITOOLFRA")))),
|
retitoolFrame(Gtk::manage(new Gtk::Frame(M("TP_LOCALLAB_RETITOOLFRA")))),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user