11357 Commits

Author SHA1 Message Date
Ingo Weyrich
3df226a249 Merge branch 'dev' into newlocallab2 2020-06-16 15:36:09 +02:00
Ingo Weyrich
f23c2e9de0 locallab: speedup for wavcontrast4 and clarimerge 2020-06-16 15:35:42 +02:00
Flössie
dd1798ff69 Fix non-SSE build 2020-06-16 12:11:54 +02:00
Flössie
d033dbc810 Add 300dpi resolution to exported TIFFs (fixes #5787) 2020-06-16 10:52:56 +02:00
Desmis
ec05f4b1c6 Same change TM for local and ciecam 2020-06-15 08:18:51 +02:00
Ingo Weyrich
33733658be Fix a bug I introduced with last merge commit 2020-06-14 22:19:07 +02:00
Ingo Weyrich
beb8fd8f74 Merge branch 'dev' into newlocallab2 2020-06-14 22:03:26 +02:00
Desmis
c2eb20be70
Merge pull request #5797 from Beep6581/issue_5171
Crash caused by Tone Mapping, fixes #5171
2020-06-14 18:43:56 +02:00
Desmis
1ffae4c706 Change max edge stopping to 3 when local contrast enabled 2020-06-14 18:26:59 +02:00
Ingo Weyrich
16909d3b7f
Merge pull request #5781 from Beep6581/cleanup_59
Cleanups and also some speedups for RT 5.9, to be continued
2020-06-14 18:12:12 +02:00
Ingo Weyrich
11f81d2153 Try solution suggested by Jacques 2020-06-14 17:56:32 +02:00
Ingo Weyrich
8730afc041 Merge branch 'const-wavelet-decomposition' into cleanup_59 2020-06-14 17:35:09 +02:00
Ingo Weyrich
9f00747681 Merge branch 'dev' into cleanup_59 2020-06-14 17:11:15 +02:00
Ingo Weyrich
7046a9be93 Next try to fix a crash caused by tone mapping, #5171 2020-06-14 16:48:06 +02:00
Desmis
d0e44374c2 Change some tooltips 2020-06-14 08:08:24 +02:00
Pandagrapher
92bb05fd73 Fix in last commit in AUTHORS.txt 2020-06-13 21:18:05 +02:00
Pandagrapher
a4399082c2 Update AUTHORS.txt 2020-06-13 21:14:38 +02:00
Ingo Weyrich
f0ddd42d6d Crash caused by Tone Mapping, fixes #5171 2020-06-13 19:13:41 +02:00
Desmis
8cfb3d6d05 Added tootip CBDL 2020-06-13 17:29:40 +02:00
Desmis
6b05400693 Added tooltip to tone mapping 2020-06-13 13:35:09 +02:00
Desmis
52464c3c17 Simplify GUI structure spot 2020-06-13 08:30:39 +02:00
Ingo Weyrich
8ae82dafe3 moved SobelCannyLuma() to anonymous namespace 2020-06-12 21:52:45 +02:00
Ingo Weyrich
7bf5967253 iplocallab.cc: SobelCannyLuma(): removed omp because at the small problem size (tested with max. spot size of 150) it is counter productive 2020-06-12 21:26:35 +02:00
Ingo Weyrich
f040327a7b Merge branch 'dev' into newlocallab2 2020-06-12 20:36:42 +02:00
Ingo Weyrich
e0cefec695 iplocallab.cc: further cleanups 2020-06-12 19:58:56 +02:00
Lawrence Lee
7b4504e34f Add pointer initializer to avoid segfaults
PerspCorrection::metadata was not initialized, which could cause a
segfault.
2020-06-12 10:49:11 -07:00
Desmis
19427188ae Change tooltip wavelet contrast 2020-06-12 19:35:28 +02:00
Ingo Weyrich
486cf75990 iplocallab.cc: further cleanups 2020-06-12 15:31:56 +02:00
Desmis
6729a1f666 Small change to retinex tooltip 2020-06-12 13:31:11 +02:00
Ingo Weyrich
5a775952c9 Merge branch 'dev' into newlocallab2 2020-06-12 13:03:18 +02:00
Ingo Weyrich
6c1055f985
Fix another segfault in denoise 2020-06-12 13:02:37 +02:00
Ingo Weyrich
14c593ed16 Merge branch 'dev' into newlocallab2 2020-06-12 12:59:26 +02:00
Ingo Weyrich
5239e61946
Fix segfault in denoise, fixes #5796 2020-06-12 12:57:52 +02:00
Desmis
b4c674c28b Added text to tooltip retinex 2020-06-12 10:43:28 +02:00
Desmis
c618a505ef Added tooltip to retinex (without text) 2020-06-12 10:21:25 +02:00
Desmis
c6129a7714 merge with dev 2020-06-12 08:05:55 +02:00
Desmis
8224c4fae0 Change default settings retinex 2020-06-12 08:04:30 +02:00
Beep6581
03c9ef0fea
Merge pull request #5788 from dheijl/dev
Updated language file Nederlands (Dutch)
2020-06-12 00:31:51 +02:00
Beep6581
e5956c5e88
Merge pull request #5718 from mkyral/Czech_translation
Update of Czech translation
2020-06-12 00:31:15 +02:00
Lawrence Lee
6c59f0586f Fix minor memory leaks 2020-06-11 12:41:43 -07:00
Ingo Weyrich
f2ee7e055e
Update AUTHORS.txt 2020-06-11 19:01:43 +02:00
Ingo Weyrich
d44332b39b Merge branch 'newlocallab2' of https://github.com/Beep6581/RawTherapee into newlocallab2 2020-06-11 18:33:29 +02:00
Ingo Weyrich
43d5de7bac iplocallab.cc: further cleanups; also removed some debug code 2020-06-11 18:32:27 +02:00
Desmis
30b90aefae Disabled Retinex enable by default 2020-06-11 18:09:46 +02:00
Ingo Weyrich
933fee8c73 iplocallab.cc: further cleanups 2020-06-11 17:28:40 +02:00
Desmis
fa3f657311
Merge pull request #5795 from Beep6581/wavtest
Improve wavelet contrast with sliders instead of curve issue 5791
2020-06-11 12:52:50 +02:00
Ingo Weyrich
67bbba5605 Fix segfault I introduced 2 commits ago 2020-06-11 11:20:48 +02:00
Desmis
122d0b6d70 Change labels tooltips damper 2020-06-11 10:25:49 +02:00
Lawrence Lee
24681f324c Remove unneeded code 2020-06-10 16:53:33 -07:00
Lawrence Lee
72d390e99a Add button for deleting all control lines 2020-06-10 16:16:40 -07:00