rom9
|
c0aa982fdd
|
Fixed sampling loop ranges in channelsAvg . It was effectively doubling spotSize , sampling an area of 64x64 instead of 32x32.
|
2019-09-18 21:32:35 +02:00 |
|
Ingo Weyrich
|
e1b170526a
|
Merge pull request #5447 from Beep6581/softlight_speedup
Soft Light: speedup and reduce memory usage
|
2019-09-15 22:30:34 +02:00 |
|
Ingo Weyrich
|
f55afb91c3
|
Soft Light: remove benchmark code, closes #5447
|
2019-09-15 22:30:03 +02:00 |
|
Ingo Weyrich
|
a06c2714e2
|
Update capturesharpening.cc
Fix artifacts at radius > 0.85
|
2019-09-15 16:29:29 +02:00 |
|
Ingo Weyrich
|
19e0112495
|
xtrans: border artifacts when using 1-pass Markesteijn, fixes #5452
|
2019-09-15 12:55:20 +02:00 |
|
Ingo Weyrich
|
51daaf5fa1
|
Capture Sharpening: some code cleanups
|
2019-09-14 19:35:19 +02:00 |
|
Ingo Weyrich
|
aadeb539a9
|
Capture sharpening: small speedup, also reduced memory usage by width * height * 4 byte
|
2019-09-14 17:51:28 +02:00 |
|
Ingo Weyrich
|
2690493746
|
Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into dev
|
2019-09-14 14:43:56 +02:00 |
|
Ingo Weyrich
|
62ec0f0fd2
|
Capture sharpening: tiled deconvolution
|
2019-09-14 14:43:32 +02:00 |
|
Flössie
|
1e75f38dba
|
Softlight cleanups
- More `const`
- Removed `using namespace`
- Whitespace cleanups
|
2019-09-12 14:49:51 +02:00 |
|
luz.paz
|
af10bf8c7c
|
Fix misc. source comment typo
Found via `codespell -q 3 -I ../rawtherapy-whitelist.txt -S ./rtdata/languages -L bord,hist,fo,reall,bloc,alph,dof,thre,makro,chang,currentry,portugues,vektor,ue`
|
2019-09-11 17:39:23 -04:00 |
|
Ingo Weyrich
|
4079bb9920
|
Capture Sharpening: automatic radius calculation
|
2019-09-11 18:56:07 +02:00 |
|
Ingo Weyrich
|
2e34aa8a1d
|
Soft Light: speedup and reduce memory usage
|
2019-09-10 23:23:37 +02:00 |
|
Ingo Weyrich
|
ba43437220
|
Merge pull request #5445 from Beep6581/capture_sharpening
Merge Capture sharpening into dev to get more tests
|
2019-09-10 19:27:01 +02:00 |
|
Morgan Hardwood
|
60b2196bce
|
Updated gnu.org links to use HTTPS
|
2019-09-10 12:34:57 +02:00 |
|
Ingo Weyrich
|
ec2f7778bb
|
trigger capture sharpening less often
|
2019-09-09 15:48:00 +02:00 |
|
Ingo Weyrich
|
062b5a6bbc
|
Capture Sharpening: change default values for iterations and gamma
|
2019-09-07 16:16:28 +02:00 |
|
Ingo Weyrich
|
b3654dc5d3
|
Merge branch 'dev' into capture_sharpening
|
2019-09-05 18:18:43 +02:00 |
|
Ingo Weyrich
|
11bf7e5eb5
|
fix broken crop lines in file browser, fixes #5440
|
2019-09-05 15:16:24 +02:00 |
|
Ingo Weyrich
|
9165d0acb7
|
Crop area not shown on File Browser window thumbnails, fixes #5440
|
2019-09-05 12:08:36 +02:00 |
|
Morgan Hardwood
|
d0c6440af9
|
Suppress debug output in CA correction
Debug output still visible in verbose mode.
Closes #5437
|
2019-09-04 22:12:53 +02:00 |
|
Morgan Hardwood
|
20ca4946b5
|
Improve SAMSUNG EX2F support #1897
Improved raw crop eliminates white border on ISO >=800 shots, lower ISO
shots did not exhibit white border.
Patch by Ingo Weyrich
|
2019-09-04 22:05:24 +02:00 |
|
Hombre
|
ce04447c7a
|
Fix crash while rotating several thumbnails in File Browser
Fix issue #4858 and possibly #5310
|
2019-09-03 22:18:20 +02:00 |
|
Ingo Weyrich
|
fb51c4ca92
|
capture sharpening: Fix crash when using gamma < 1.0, #5412
|
2019-09-03 17:08:37 +02:00 |
|
Ingo Weyrich
|
673b0d31fa
|
Merge branch 'dev' into capture_sharpening
|
2019-09-01 21:40:27 +02:00 |
|
Ingo Weyrich
|
bb97a30058
|
Update rawimagesource.cc
Enable parallel decoding for Hasselblad H6D-100cMS pixelshift frames
|
2019-09-01 21:39:28 +02:00 |
|
Ingo Weyrich
|
a2adf0389b
|
Merge branch 'dev' into capture_sharpening
|
2019-09-01 20:27:04 +02:00 |
|
Ingo Weyrich
|
5ea18efeb8
|
RT crashes on loading Hasselblad H6D-100cMS pixelshift files, fixes #5433
|
2019-09-01 20:22:42 +02:00 |
|
Ingo Weyrich
|
f882309f59
|
capture sharpening: own compilation unit, smooth progressbar, #5412
|
2019-08-30 14:45:45 +02:00 |
|
Ingo Weyrich
|
a5cba6261a
|
Fix broken export when filmnegative was used on xtrans files
|
2019-08-29 22:50:45 +02:00 |
|
Ingo Weyrich
|
48bcf9e71a
|
Fix broken export when filmnegative was used on xtrans files
|
2019-08-29 22:46:09 +02:00 |
|
Ingo Weyrich
|
a1a680fbdc
|
Merge branch 'dev' into capture_sharpening
|
2019-08-29 22:07:55 +02:00 |
|
Ingo Weyrich
|
df8367558b
|
Do not treat white balance changes as related to panning if before and after uses camera whitebalance
|
2019-08-29 22:07:15 +02:00 |
|
Ingo Weyrich
|
1ff505432c
|
Do not treat changes of tonecurve.fromHistMatching as related to panning
|
2019-08-29 21:04:56 +02:00 |
|
Ingo Weyrich
|
205db936f9
|
Revert "capture sharpening: early exit if Autocontrast is changed from true to false, #5412"
This reverts commit b72d4e27eb .
|
2019-08-29 13:58:46 +02:00 |
|
Ingo Weyrich
|
b72d4e27eb
|
capture sharpening: early exit if Autocontrast is changed from true to false, #5412
|
2019-08-29 13:02:54 +02:00 |
|
Ingo Weyrich
|
cca484f6c9
|
capture sharpening: reduce memory usage in preview mode, #5412
|
2019-08-28 19:59:55 +02:00 |
|
Ingo Weyrich
|
d3ec7f5277
|
capture sharpening: Do not trigger demosaic when toggling mask preview, #5412
|
2019-08-28 19:26:09 +02:00 |
|
Ingo Weyrich
|
ba8c3d15bf
|
capture sharpening: do not trigger demosaic when changing adjusters
|
2019-08-28 18:03:31 +02:00 |
|
Ingo Weyrich
|
bca760c8ba
|
Capture sharpening: removed unused code, also small speedup for 5x5 and 7x7 gauss
|
2019-08-24 20:52:36 +02:00 |
|
Ingo Weyrich
|
6d75c236ad
|
Merge branch 'dev' into capture_sharpening
|
2019-08-21 19:04:36 +02:00 |
|
Ingo Weyrich
|
e93ce86067
|
DNG with 'Embed Fast Load Data' not rendered the same as plain DNG or NEF, fixes #4695
|
2019-08-21 19:03:51 +02:00 |
|
Ingo Weyrich
|
a0f95fe9e6
|
Speedup for gauss5x5 and gauss7x7
|
2019-08-21 17:29:59 +02:00 |
|
Ingo Weyrich
|
0c1caf6c36
|
capture sharpening: further improvements and speedups
|
2019-08-20 18:41:06 +02:00 |
|
Ingo Weyrich
|
dab39dae76
|
Capture Sharpening: avoid hue shift
|
2019-08-19 21:17:25 +02:00 |
|
Ingo Weyrich
|
5bb207a4f6
|
Merge branch 'dev' into capture_sharpening
|
2019-08-18 11:17:15 +02:00 |
|
Ingo Weyrich
|
ce3ca966f6
|
Capture sharpening: some cleanups
|
2019-08-18 11:16:53 +02:00 |
|
Ingo Weyrich
|
7b3c50bc31
|
Capture sharpening: auto contrast threshold
|
2019-08-17 15:18:24 +02:00 |
|
Ingo Weyrich
|
f7ec852e05
|
Merge pull request #5404 from Beep6581/58_cppcheck_coverity_fixes
cppcheck and coverity fixes
|
2019-08-16 22:38:02 +02:00 |
|
Ingo Weyrich
|
8cb5ed4d0c
|
Two changes suggested by @Floessie, #5404
|
2019-08-16 17:12:20 +02:00 |
|