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
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
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
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
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
0d05d35a1b
merge with dev
2019-05-19 18:32:38 +02:00
heckflosse
40aa7d2034
Fix memory leak in preferences dialog
2019-05-19 13:20:34 +02:00
Eric Jiang
820024972a
Use rating from EXIF/XMP where available
2019-05-18 15:22:00 -07:00
heckflosse
c2eace7319
Merge branch 'dev' into newlocallab
2019-05-18 19:37:42 +02:00
heckflosse
159e1784f4
Memory leak in RefreshMapper, fixes #5323
2019-05-18 18:44:06 +02:00
Desmis
bbc46d2c7a
Change cell background spot color
2019-05-17 19:10:39 +02:00
lewiatan
7512093c20
support rating tag from EXIF/XMP- fixes
2019-05-16 17:05:01 -07:00
lewiatan
105517c561
support rating tag from EXIF/XMP
2019-05-16 17:04:07 -07:00
Desmis
984c7dda70
harmonizes accuracy softradius
2019-05-16 17:40:51 +02:00
heckflosse
291169b56a
cppcheck fixes, fixes #5322
2019-05-16 16:07:58 +02:00
heckflosse
a542daed7f
locallab: use std::move
2019-05-16 13:43:05 +02:00
Desmis
a99150ae42
merge with dev
2019-05-15 12:35:07 +02:00
Ingo Weyrich
d05b6c14ba
Merge pull request #5320 from Beep6581/adjuster_review
...
review adjuster class
2019-05-15 10:26:24 +02:00
heckflosse
efe9ff5ae3
Don't show 1:1 icon on raw tools when using demosaic for < 1:1 view == as in pp3
2019-05-14 22:53:22 +02:00
heckflosse
caeb171e0e
Applied changes suggested by @Floessie, #5320
2019-05-14 22:08:02 +02:00
heckflosse
6d1b1c7691
Remove StopWatch
2019-05-14 13:01:58 +02:00
Ingo Weyrich
975cdceef5
Merge pull request #5321 from Beep6581/clut_scan_speedup
...
Clut scan speedup
2019-05-14 12:33:14 +02:00