8986 Commits

Author SHA1 Message Date
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
b378b0f74c merge with dev 2019-06-07 16:52:34 +02:00
heckflosse
3b19b9f55b Rawtherapee 5.6 crashes with.dng from PixelShift2DNG-0.9.8.67, fixes #5348 2019-06-07 16:37:59 +02:00
Desmis
72adac534e merge with dev 2019-06-07 15:19:31 +02:00
Desmis
52d2f4e6e4 Improve retinex_pde 2019-06-07 15:17:05 +02:00
Ingo Weyrich
d1e6c57885
Merge pull request #5347 from Benitoite/patch-15
Mac bundle: update to libomp
2019-06-07 12:38:58 +02:00
Benitoite
dec20d09fd
Mac bundle: update to libomp
and `--timestamp`  the code signings.
2019-06-06 22:26:34 -07:00
Desmis
8cb24a8658 Simplify retinex_pde GUI 2019-06-06 10:50:33 +02:00
Desmis
68b05e3a80 merge with dev 2019-06-06 08:48:12 +02:00
Desmis
0dcfb811e7 Add Ipol copyright to retinex_pde 2019-06-05 13:09:43 +02:00
heckflosse
6486c491f8 Vibrance causes RT to freeze, fixes #5346 2019-06-05 12:55:08 +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
Desmis
31fdd70bfa Add new functions to locallab - not used 2019-06-04 18:16:12 +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
heckflosse
3c0b0ffd33 Small speedup for loading unpacked 16 bit raw files 2019-06-04 17:01:05 +02:00
heckflosse
a391e256bc Fix possibly uninitialized variable 2019-06-04 16:30:54 +02:00
heckflosse
f18724e016 Silence some warnings 2019-06-04 16:30:22 +02:00
Ingo Weyrich
00b4cc0619
Merge pull request #5345 from Beep6581/Fuji-GFX-100
basic support for Fujifilm GFX 100
2019-06-04 14:28:07 +02:00
heckflosse
d46a043add basic support for Fujifilm GFX 100 2019-06-04 14:17:38 +02:00
Beep6581
0b32acfefe
Merge pull request #5344 from luzpaz/misc-typos
Fix source comment and misc. typos
2019-06-04 09:40:16 +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
Morgan Hardwood
386ae560b1 generateTranslationDiffs 2019-06-03 14:32:22 +02: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
bbcc2ddd19 best skip adaptation for preview - less bad 2019-05-31 07:36:08 +02:00
Desmis
0bf0c5fb2d Small change OMP 2019-05-28 09:03:31 +02:00
Desmis
859a085796 Fixed huge memory leak in MSRlocal 2019-05-27 17:19:24 +02:00
Desmis
bac514dc15 merge with dev 2019-05-26 17:55:24 +02:00
Desmis
3ca1fa8719 Various improvment to Retinex (label, double, maxchro...) 2019-05-26 14:00:00 +02:00
Ingo Weyrich
2bed5dc522
Merge pull request #5338 from TooWaBoo/dev-lang
Update Deutsch locale
2019-05-26 13:21:30 +02:00
Desmis
83bfdad89e Improvment to chroma deltaE reti 2019-05-26 08:09:46 +02:00
Desmis
8b61560525 Change some settings chroma reti 2019-05-26 06:52:02 +02:00
TooWaBoo
0241179244
Fixed typo "Korreturwert" 2019-05-26 04:30:19 +02:00
TooWaBoo
2643529d9f
Update Deutsch locale 2019-05-25 17:27:24 +02:00
Desmis
00bbccf1c6 merge with dev 2019-05-25 16:49:21 +02:00
Desmis
6a1a61871a Improve chroma in Retinex local 2019-05-25 16:36:29 +02:00
Desmis
376103e463 Fixed bug in exposure - change some settings and labels 2019-05-25 07:27:32 +02:00
Morgan Hardwood
683377e039 generateTranslationDiffs 2019-05-24 16:50:23 +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
61553c9054 Improve guidefilter radius 2019-05-24 12:34:03 +02:00
Desmis
d255cff3c0 Another change settings Retinex 2019-05-23 18:59:19 +02:00
Desmis
c648356b23 Adjust some settings 2019-05-23 18:09:46 +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
Floessie
c80a16f3b3
Merge pull request #5335 from jomuller/dev
Correct typo: "redimensionnement"
2019-05-23 09:12:36 +02:00
J. Muller
e207276c93
Correct typo : redimensionnement 2019-05-22 13:48:47 +02:00