3759 Commits

Author SHA1 Message Date
Flössie
54cc02eea9 Filmenegative core cleanup 2019-06-17 08:03:46 +02:00
rom9
d01f78864c Locked red and blue exponents by default in the GUI, added CheckButton to unlock them. 2019-06-14 22:14:24 +02:00
Flössie
80f2b6a002 Replace raw arrays with std::array<> 2019-06-14 08:58:04 +02:00
Desmis
f2666dc464 Re-enabled showmask clarity and sharp-mask 2019-06-14 07:28:37 +02:00
Flössie
015cffc73a Peripheral cleanups and a fix
- Whitespace, braces, sorting
- Fixed missing filmnegative in `ProcParams::operator ==(ProcParams)`
2019-06-13 09:52:13 +02:00
rom9
8d0755eddc Raised default master exponent from 1.0 to 2.0, to get a reasonable contrast right from the start. 2019-06-11 22:50:36 +02:00
rom9
5ddc4a3e0e Added missing checkbox for film negative feature in partial apply / partial paste dialogs. 2019-06-11 22:13:16 +02:00
rom9
2bbf8bd864 Changed events action from ALL to FIRST , this way the histogram is updated after enabling/disabling or moving the adjusters. 2019-06-11 20:26:13 +02:00
rom9
223ae8abce Bugfix: exponent adjusters were not following the master (green) slider after exponents auto-calc via dual spot picking; updated redRatio/blueRatio after calculation. 2019-06-11 00:19:18 +02:00
rom9
b95bdb1aea Linked red and blue exponent adjuster to the green adjuster, in order to maintain the ratio between exponents if the user moves the green adjuster (master).
Switched back to vector sort for median calculations: the results of the histogram search function diverge more and more from the simple median calculation as the exponents increase.
At 2.0 the test picture is already impossible to WB as the multipliers are too far off (2.78226e+08 histo vs 9.7927e+11 sort), and the normal WB sliders can't compensate for those huge factors.
2019-06-10 22:05:54 +02:00
Desmis
b3714b3181 Improve TM with normalize luminance - improve skip for Retinex 2019-06-08 18:56:43 +02:00
Desmis
3a2d0c4dc6 Improve Retinex with Normalize luminance 2019-06-08 14:02:59 +02:00
Desmis
c0a4e4c11b Improve fft_convol_blur - not used 2019-06-08 11:07:24 +02:00
rom9
9df8008949 Film negative processing: first usable version. Only supports bayer raw files, thumbnails don't work
Added performance improvements suggested by heckflosse. Lowered median sampling step from 7 to 5 since calculation is now much faster.

Added support for Fuji X-Trans raw files.

Applied SSE2 patch provided by @heckflosse, improves performance in main processing loop.

Moved film negative processing stuff in its own compilation unit.

Code cleanup: removed redundant omp directives.

Added check for dead pixels, going above threshold after inversion. ST_BAYER only for now.

Reverted leftover hack in cropwindow.cc
2019-06-08 01:40:29 +02:00
Desmis
52d2f4e6e4 Improve retinex_pde 2019-06-07 15:17:05 +02:00
Desmis
53d32c9135 merge with dev 2019-06-06 12:56:06 +02:00
Desmis
8cb24a8658 Simplify retinex_pde GUI 2019-06-06 10:50:33 +02:00
Desmis
b19588085b Change settings Laplacian threshold 2019-06-05 12:33:43 +02:00
Desmis
75e3dd956e Add original retinex PDE to softLight expander 2019-06-05 11:42:38 +02:00
Desmis
2b9468e9f8 merge with dev 2019-06-04 18:29:58 +02:00
Ingo Weyrich
4ff41f7a2c
Merge pull request #5343 from Beep6581/thumbcache
Change thumbnail cache eviction strategy
2019-06-04 17:54:12 +02:00
heckflosse
df65774667 Fix calculation of reserve 2019-06-04 17:52:39 +02:00
luz.paz
cc60ea2248 Fix source comment and misc. typos
Found via `codespell -q 3 -I ../rawtherapy-whitelist.txt -S ./rtdata/languages -L hist,fo,reall,bloc,alph`
2019-06-03 17:38:50 -04:00
Flössie
f9c44f2e47 Some minor cleanups and optimizations 2019-06-03 09:19:46 +02:00
heckflosse
25fdf2114e Change thumbnail cache eviction strategy 2019-06-01 16:56:10 +02:00
Desmis
859a085796 Fixed huge memory leak in MSRlocal 2019-05-27 17:19:24 +02:00
Desmis
25e66f1fc2 Small improvments residual 2019-05-27 11:20:14 +02:00
Desmis
83f487753c Improve shadows-Highlight Residual 2019-05-27 09:23:56 +02:00
Desmis
cfab29eb87 merge with dev 2019-05-26 17:31:31 +02:00
Desmis
3ca1fa8719 Various improvment to Retinex (label, double, maxchro...) 2019-05-26 14:00:00 +02:00
Desmis
00bbccf1c6 merge with dev 2019-05-25 16:49:21 +02:00
Desmis
376103e463 Fixed bug in exposure - change some settings and labels 2019-05-25 07:27:32 +02:00
Morgan Hardwood
853b198b1e Clarify what is being deleted in Trash, fixes #5337
The message shown when deleting items in trash was ambiguous.
2019-05-24 16:46:51 +02:00
Desmis
462a48716c Small changes in GUI limd 2019-05-23 13:46:55 +02:00
Desmis
2163833be3 Change behavior Retinex when scale=1 2019-05-23 13:33:03 +02:00
Desmis
beb033aff5 Improvments to local retinex 2019-05-22 12:33:13 +02:00
Desmis
925ce5a4c4 Correction to toolpanelcoord.cc thanks to Pandagrapher 2019-05-22 08:27:16 +02:00
Desmis
06298e900f merge with dev 2019-05-22 07:29:08 +02:00
Desmis
8bbf463c13 merge with dev 2019-05-22 07:01:55 +02:00
heckflosse
b2936d185d Keyboard shortcut should reveal tool's current tab (original or favorites), fixes #5333 2019-05-21 16:24:14 +02:00
Desmis
9cdd5b9722 Others improvment to Retinex 2019-05-21 13:23:51 +02:00
Desmis
fc9867eb2d Improvment to residual image 2019-05-21 07:48:18 +02:00
Desmis
1875eba2e3 Improvment to Retinex 2019-05-21 07:44:37 +02:00
heckflosse
e27b408dd5 Merge branch 'newlocallab' of https://github.com/Beep6581/RawTherapee into newlocallab 2019-05-20 19:54:38 +02:00
heckflosse
9c529075d6 locallab ui leaks, #5330 2019-05-20 19:54:28 +02:00
Desmis
1435a2e5e0 Fixed provisory crash and bug in retinex 2019-05-20 19:04:49 +02:00
heckflosse
9566907887 Merge branch 'dev' into newlocallab 2019-05-20 00:27:09 +02:00
heckflosse
dfd9bdf977 Fix some leaks in editorpanel, fixes #5328 2019-05-20 00:21:48 +02:00
Desmis
3aacc1db53 merge with dev 2019-05-19 18:52:00 +02:00
Desmis
0d05d35a1b merge with dev 2019-05-19 18:32:38 +02:00