Merge branch 'newlocallab2' of https://github.com/Beep6581/RawTherapee into newlocallab2

This commit is contained in:
Ingo Weyrich 2020-06-11 18:33:29 +02:00
commit d44332b39b
2 changed files with 2 additions and 2 deletions

View File

@ -3264,7 +3264,7 @@ LocallabParams::LocallabSpot::LocallabSpot() :
expreti(false),
complexreti(0),
retinexMethod("high"),
str(0.2),
str(0.15),
chrrt(0.0),
neigh(50.0),
vart(150.0),

View File

@ -727,7 +727,7 @@ LocallabRetinex::LocallabRetinex():
depth(Gtk::manage(new Adjuster(M("TP_LOCALLAB_DEPTH"), 0, 100, 1, 25))),
lumonly(Gtk::manage(new Gtk::CheckButton(M("TP_LOCALLAB_LUMONLY")))),
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")))),
sensih(Gtk::manage(new Adjuster(M("TP_LOCALLAB_SENSIH"), 0, 100, 1, 60))),
retitoolFrame(Gtk::manage(new Gtk::Frame(M("TP_LOCALLAB_RETITOOLFRA")))),