Commit Graph

1664 Commits

Author SHA1 Message Date
Alberto Griggio
5d27eea860 Merge pull request #4506 from Beep6581/new-shadows-highlights
New shadows/highlights implementation
2018-04-28 19:23:28 +02:00
Alberto Griggio
5fd8f66b36 shadows/highlights: ignore the params in the pp3 if ppVersion < 333 2018-04-28 19:06:05 +02:00
heckflosse
3d861ef64d Fix wrong Canon mRaw dimensions, fixes #3533 2018-04-27 15:46:56 +02:00
heckflosse
63f3b2f86f Merge branch 'dev' into new-shadows-highlights 2018-04-26 15:10:58 +02:00
heckflosse
c45ec6f16e Speedup and bugfix for new Sh/Hl tool 2018-04-26 14:32:43 +02:00
Alberto Griggio
6bea422836 shadows/highlights: add a bit more contrast in the shadows 2018-04-24 14:59:46 +02:00
heckflosse
e518e7923e Better raw crop for Pentax K-S1 2018-04-19 20:53:41 +02:00
heckflosse
127f04185b Merge branch 'dev' into pixelshift_fixes 2018-04-18 15:18:52 +02:00
heckflosse
0207705c16 Pixelshift: renamed 'ISO-adaption' slider to 'sensitivity' slider. Changed calculation of sensitivity. Some cleanups 2018-04-18 15:00:21 +02:00
heckflosse
52968a9766 Made xtrans_demosaic an own compilation unit 2018-04-18 13:16:56 +02:00
heckflosse
239e0dab57 Corrupted pixels near image's edge when using flat field images with black border, #4378 2018-04-15 14:35:30 +02:00
heckflosse
fd9a236249 Corrupted pixels near image's edge when using Amaze demosaicing and specific flat field image, fixes #4378 2018-04-15 00:35:40 +02:00
heckflosse
3578529082 Pixelshift: further cleanup 2018-04-14 23:24:28 +02:00
heckflosse
edaf2e239b Merge branch 'dev' into pixelshift_fixes 2018-04-14 01:16:21 +02:00
heckflosse
4a1a10aab0 Pixel Shift: Improve motion mask and further changes 2018-04-14 01:11:01 +02:00
Alberto Griggio
c456741431 removed old comment (no longer valid) 2018-04-13 18:00:55 +02:00
Alberto Griggio
4df4fd6370 code cleanup after the new shadows/highlights tool 2018-04-13 15:43:06 +02:00
Alberto Griggio
25b066e257 first version of new shadows/highlights tool 2018-04-13 17:30:29 +02:00
Alberto Griggio
f8c06863fe fix crash when the CL curve is such that curve(0) >> 0 2018-04-12 21:51:57 +02:00
Floessie
3bcae75b9c Merge pull request #4502 from Beep6581/dcp-aliases
DCP aliases
2018-04-12 11:26:59 +02:00
Alberto Griggio
f320de08eb rawimagesource: force conversion through prophoto if the input ICC profile is not a "generic" one 2018-04-12 09:44:51 +02:00
Flössie
df5c385135 Use cJSON_Minify() and fix missed const opportunities 2018-04-11 20:16:35 +02:00
Alberto Griggio
d4d4ae0320 Do not perform Bradford adaptation when importing custom working spaces from ICC profiles
ICC profile matrices are already adapted to D50, regardless of the value of the white point tag
2018-04-10 22:00:26 +02:00
Flössie
4332b7edeb Implement dcpprofiles/camera_model_aliases.json (#4500) 2018-04-10 20:33:54 +02:00
Ingo Weyrich
0a88a36ed9 Merge pull request #4444 from Beep6581/vibrance_review
Code review and speedup for ImProcFunctions::vibrance()
2018-04-08 00:57:34 +02:00
heckflosse
eb1e67e3fb Removed BENCHMARK 2018-04-08 00:56:56 +02:00
heckflosse
9323d8c46d Remove ciecam02 double precision processing 2018-04-06 23:19:40 +02:00
heckflosse
68ecc24270 Fix slowdown caused by 03efc48 2018-04-06 16:19:01 +02:00
heckflosse
15794cc1ba First steps to extend dynamic profiles for Pixel Shift and HDR images 2018-04-05 14:41:02 +02:00
Alberto Griggio
03efc48bc5 tentative fix for #4481 2018-04-05 11:22:19 +02:00
Alberto Griggio
46327259e2 added checkbox to let the user decide whether to clamp or not 2018-04-05 11:22:05 +02:00
heckflosse
69d362e3ba Merge branch 'dev' into pixelshift_fixes 2018-04-04 20:13:05 +02:00
Alberto Griggio
681361c091 do not apply profiled vignette correction if the correction mode is set to 'None'
Fixes #4480
2018-04-04 13:36:18 +02:00
Alberto Griggio
4344603a3d further fixes to ensure smooth transitions to clipped colours 2018-04-04 01:05:23 +02:00
Alberto Griggio
acfdf220ec reverted to original method for colour propagation of fully clipped highlights
The "new" one was producing artifacts in some cases -- needs further investigation
2018-04-03 10:38:59 +02:00
Alberto Griggio
65783e0216 fixed warning about uninitialized vars 2018-04-03 09:25:16 +02:00
Flössie
840908e431 Fix Clang build (fixes #4483) 2018-04-03 20:38:35 +02:00
heckflosse
16679296b7 replace summation with error correction by summation using double precision 2018-04-03 12:22:32 +02:00
Alberto Griggio
772474dbf4 fix posterized highlights and crushed shadows (regression introduced by unbounded processing)
Fixes #4479
2018-04-02 23:34:07 +02:00
Alberto Griggio
f9396f2a4b avoid magenta highlights for thumbnails when higlight reconstruction is enabled 2018-03-29 14:28:54 +02:00
Alberto Griggio
b42a45b481 merged branch 'unbounded-processing' into 'dev' 2018-03-28 21:35:23 +02:00
Flössie
237e5b47c3 Bump cJSON to 1.7.5
Should fix CVE-2016-4303 and https://github.com/DaveGamble/cJSON/issues/30.
2018-03-27 19:01:29 +02:00
Morgan Hardwood
c9fa7b055c Prevent "comparison between signed and unsigned integer expressions" GCC warning, #4455 2018-03-27 16:57:50 +02:00
heckflosse
c1b4efb3ed Merge branch 'dev' into pixelshift_fixes 2018-03-27 15:45:34 +02:00
heckflosse
54a0ccf156 Fix bad pixels if DNG opcode FixBadPixelsConstant == 0, fixes #4471 2018-03-27 15:29:53 +02:00
Alberto Griggio
100da304b8 do not perform histogram matching if the embedded thumbnail is too small
Fixes #4467
2018-03-27 14:41:19 +02:00
Alberto Griggio
95a5f3d662 fixed compilation that was broken by merging 'enhanced-inspector-mode' 2018-03-27 13:46:20 +02:00
Alberto Griggio
15813abbed Merge pull request #4457 from Beep6581/hilite-recon-color-propagation-new
some tweaks to the colour propagation method for highlight recovery
2018-03-27 12:18:06 +02:00
Alberto Griggio
a0a9488c20 Merge pull request #4459 from Beep6581/enhanced-inspector-mode
feature: added option to use a (fast) neutral RAW rendering in 'inspector mode'
2018-03-27 12:17:22 +02:00
Alberto Griggio
f5342cc24a Merge pull request #4461 from Beep6581/custom-working-profiles
added possibility to specify extra working spaces via a json file
2018-03-27 08:34:58 +02:00