diff --git a/rtdata/languages/default b/rtdata/languages/default index 34bd82d20..44b7aa226 100644 --- a/rtdata/languages/default +++ b/rtdata/languages/default @@ -2109,7 +2109,8 @@ TP_LOCALLAB_LUMONLY;Luminance only TP_LOCALLAB_EXPMETHOD_TOOLTIP;Standard : use an algorithm similar as main Exposure but in L*a*b* and taking account of deltaE.\n\nLaplacian & PDE : use another algorithm also with deltaE and with Poisson equation to solve Laplacian in Fourier space.\nPDE Ipol, PDE Fattal and Standard can be combined.\nFFTW Fourier Transform is optimized in size to reduce processing time.\nPDE reduce artifacts and noise. TP_LOCALLAB_PDEFRAME_TOOLTIP;PDE Ipol - personal algorithm adapted from Ipol to Rawtherapee: lead to very different results and needs differents settings that Standard (negative black, gamma < 1,...)\nMay be usefull for low exposure.\n TP_LOCALLAB_FATFRAME_TOOLTIP;PDE Fattal - use Fattal Tone mapping algorithm.\nAnchor allows selection according to the images over or under exposed.\nUseful to increase Luminance for a Second spot near the current and using mask -TP_LOCALLAB_FFTW;Use Fast Fourier Transform (TIF, JPG,..) +TP_LOCALLAB_FFTW;Use Fast Fourier Transform +TP_LOCALLAB_FFTW2;Use Fast Fourier Transform (TIF, JPG,..) TP_LOCALLAB_GRIDONE;Color Toning TP_LOCALLAB_GRIDTWO;Direct TP_LOCALLAB_LUM;Curves LC diff --git a/rtgui/locallab.cc b/rtgui/locallab.cc index 70af1fa18..c9a2b611c 100644 --- a/rtgui/locallab.cc +++ b/rtgui/locallab.cc @@ -37,7 +37,7 @@ #define MAXCHRO 150 #define MAXCHROCC 100 #define MINNEIGH 0.1 -#define MAXNEIGH 5000 +#define MAXNEIGH 1500 #define CENTERNEIGH 200 using namespace rtengine; @@ -357,7 +357,7 @@ Locallab::Locallab(): lumonly(Gtk::manage(new Gtk::CheckButton(M("TP_LOCALLAB_LUMONLY")))), enaretiMask(Gtk::manage(new Gtk::CheckButton(M("TP_LOCALLAB_ENABLE_MASK")))), enaretiMasktmap(Gtk::manage(new Gtk::CheckButton(M("TP_LOCALLAB_TM_MASK")))), - fftwreti(Gtk::manage(new Gtk::CheckButton(M("TP_LOCALLAB_FFTW")))), + fftwreti(Gtk::manage(new Gtk::CheckButton(M("TP_LOCALLAB_FFTW2")))), // Sharpening inverssha(Gtk::manage(new Gtk::CheckButton(M("TP_LOCALLAB_INVERS")))), // Local contrast