Commit Graph

2564 Commits

Author SHA1 Message Date
Alberto Griggio
6ba989ef1c gamutwarning: clamp in the intermediate transform, otherwise there's no point in checking for OOG
Fixes #5019
2018-11-27 12:09:39 +01:00
heckflosse
9fca8ed9f1 custom trc: speedup for preview and detail windows 2018-11-26 14:34:06 +01:00
Desmis
bfca2e2dd6 merge with Dev 2018-11-26 09:16:47 +01:00
Ingo Weyrich
86f0507574 Merge pull request #5031 from Beep6581/review_custom_trc
custom trc, speedup and reduced memory usage
2018-11-25 21:44:58 +01:00
heckflosse
4f89286b98 ImProcFunctions::workingtrc(): cleanup and another small speedup, #5025 2018-11-25 17:53:49 +01:00
heckflosse
a3549a6247 custom trc: another small speedup, #5025 2018-11-25 16:21:47 +01:00
heckflosse
c9817e369c Remove Imagefloat::ExecCMSTransform2, #5025 2018-11-25 14:45:28 +01:00
Alberto Griggio
cfc947a865 Moved the ICC TRC patching code for RTv2 profiles from ImProcFunctions::lab2rgbOut to ICCStore
See #5026
2018-11-25 14:23:06 +01:00
heckflosse
20577ccab6 custom trc, speedup and reduced memory usage, #5025 2018-11-25 13:54:59 +01:00
Desmis
86c03e61d4 merge with dev - I hope no error 2018-11-24 14:18:37 +01:00
heckflosse
ad7f47804b If a custom TRC is set, it is applied after every edit, fixes #5023 2018-11-24 13:01:18 +01:00
Alberto Griggio
4e4a83b576 Merge pull request #5011 from Beep6581/colortoning-labregions-cdl
Enhanced version of the "L*a*b* regions" color toning
2018-11-23 17:07:30 +01:00
luz.paz
e0ccb7da7d Misc. comment typo fixes
Found via `codespell`
2018-11-23 07:07:38 -05:00
heckflosse
52ddc63f54 Fix coverity issues 2018-11-23 00:33:30 +01:00
Roel Baars
09b65bcc92 Merge pull request #5013 from Thanatomanic/pedanticfixes
Some minor pedantic fixes
2018-11-22 21:30:09 +01:00
Thanatomanic
e58519f2dc Some pedantic fixes 2018-11-22 21:26:58 +01:00
heckflosse
863649a4c2 Fix another issue detected by cppcheck 2018-11-22 19:10:34 +01:00
heckflosse
190772af5e Fix some issues found by cppcheck 2018-11-22 18:40:09 +01:00
heckflosse
b7c04d3b08 Using 'fast' as method for preview < 100% gives wrong result when demosaic is set to 'Mono', fixes #5012 2018-11-22 16:39:22 +01:00
heckflosse
831e18ca45 Add override keyword. Thanks @Floessie 2018-11-22 16:19:16 +01:00
Alberto Griggio
fddb0ec50d fix black thumnbail issue for float DNGs 2018-11-22 15:25:57 +01:00
Roel Baars
f64cb76c21 Fix for #5009 2018-11-22 10:41:49 +01:00
Alberto Griggio
73898e1a3f Enhanced version of the "L*a*b* regions" color toning, adding mask blur and ASC-CDL controls 2018-11-22 09:45:59 +01:00
Alberto Griggio
655bdfd7e7 merged branch 'floatdng' 2018-11-22 08:50:35 +01:00
heckflosse
71b5cc6d65 Fix coverity issues 2018-11-21 17:35:53 +01:00
Morgan Hardwood
32b48021a6 Merge branch 'dev' into newlocallab 2018-11-21 02:58:27 +01:00
heckflosse
a19f3484dd Fix some warnings 2018-11-20 20:32:36 +01:00
Desmis
721972ee72 merge with dev 2018-11-20 17:50:33 +01:00
Ingo Weyrich
aa286a32f9 Fix bug I introduced with last commit 2018-11-20 17:16:02 +01:00
Alberto Griggio
26f8cde2f5 camconst: added PDAF lines info for the Nikon Z 6 2018-11-20 16:45:58 +01:00
heckflosse
087e438cdf Fix coverity issues 2018-11-20 15:45:13 +01:00
heckflosse
1cdd814e1b Fix coverity issues 2018-11-20 14:42:39 +01:00
Alberto Griggio
ac21918094 DNG: apply the BaselineExposure tag only for float DNGs 2018-11-20 13:37:23 +01:00
heckflosse
ab2593cf93 Fix 2 coverity issues 2018-11-20 00:10:38 +01:00
heckflosse
62271cbf59 Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into dev 2018-11-19 22:11:30 +01:00
heckflosse
093fd9a26a Fix broken build 2018-11-19 22:11:09 +01:00
Alberto Griggio
772fea2a6a added basic camconst entry for Nikon Z 6 2018-11-19 22:06:54 +01:00
Alberto Griggio
f8fc658d71 Fixes for Nikon Z raw decoding
Fix to curve decoding ported from rawspeed

See #4998
2018-11-19 22:02:03 +01:00
heckflosse
c9044485a6 Fix some coverity issues 2018-11-19 21:49:51 +01:00
Ingo Weyrich
4eafdbf248 Merge pull request #4992 from Beep6581/review-image-classes
Review of image classes interfaces
2018-11-19 16:38:51 +01:00
heckflosse
5b3fd8ddba Review of image classes interfaces, part 3 2018-11-19 14:12:16 +01:00
Morgan Hardwood
571d20bd1e Merge branch 'enhance_icc' into dev #4980 2018-11-19 10:45:30 +01:00
Alberto Griggio
e0b4f85e09 DNG: protect from ill-formed BaselineExposure values 2018-11-19 09:29:21 +01:00
heckflosse
512adf5b62 Review of image classes interfaces, part 2 2018-11-18 18:09:40 +01:00
heckflosse
bfe8465563 Review of image classes interfaces 2018-11-18 15:43:15 +01:00
heckflosse
21395b0450 Merge branch 'dev' into floatdng 2018-11-18 12:16:46 +01:00
heckflosse
99c8b60615 Fix broken non-raw images 2018-11-18 12:15:30 +01:00
heckflosse
074560def0 Merge branch 'dev' into floatdng 2018-11-18 11:38:09 +01:00
U-PC-BUREAU\jacques
dc7f2c0912 Small changes to increase precision gamma 2018-11-18 11:02:30 +01:00
U-PC-BUREAU\jacques
b13f0b106c merge enhance_icc and dev 2018-11-18 08:32:24 +01:00