Commit Graph

2262 Commits

Author SHA1 Message Date
Desmis
04d6b28d2e Improve contrast residual 2019-05-26 17:28:58 +02:00
Desmis
fc9867eb2d Improvment to residual image 2019-05-21 07:48:18 +02:00
Desmis
3aacc1db53 merge with dev 2019-05-19 18:52:00 +02:00
Desmis
18d977502d Improve Tone-mapping iterates 2019-05-19 18:12:46 +02:00
heckflosse
6958d46e70 Don't preprocess and demosaic again when using coarse rotation or flip, fixes #5327 2019-05-19 16:06:54 +02:00
Desmis
a54c2eccb3 merge with dev 2019-05-19 09:23:20 +02:00
Flössie
351f8f4e12 Fix indentation 2019-05-16 10:33:07 +02:00
Flössie
00b007f47a Fix compiler warning for non-SSE2 builds 2019-05-16 10:28:13 +02:00
Desmis
4f732d4003 merge with dev 2019-05-15 13:50:44 +02:00
Desmis
1ee64dcdb6 Improve general soft 2019-05-15 13:37:38 +02:00
Desmis
14dc398c4d Improvment to softradius clarity 2019-05-14 10:55:48 +02:00
heckflosse
141e9f632f Scan clut folder: Don't check for unused profile 2019-05-13 23:12:40 +02:00
Desmis
744ca10ecc Improve clarity 2019-05-13 16:18:37 +02:00
Desmis
f5eedc404d disable GUI background and process if clarity is selected 2019-05-10 07:43:53 +02:00
Desmis
f8b9e2618c Comment variable in cplx_wavelet_filter 2019-04-29 08:10:51 +02:00
Desmis
78a9387406 merge with dev 2019-04-29 07:48:41 +02:00
Desmis
516e05fa61 Suppress grey image when chnanging Clarity 2019-04-29 07:45:26 +02:00
Morgan Hardwood
a2e2ace1c8 Added colormatrix for samsung SM-N960F #5311 2019-04-28 17:15:00 +02:00
Morgan Hardwood
26f29a5e81 Added ColorMatrix for HUAWEI DLI-L22 2019-04-23 18:53:04 +02:00
Ingo Weyrich
73b336a3f1 Update FTblockDN.cc
Disable StopWatch
2019-04-18 20:43:40 +02:00
Ingo Weyrich
5d0b0d3d93 Merge pull request #5225 from Beep6581/denoise_speedup
small speedup for denoise
2019-04-17 22:46:18 +02:00
Hombre57
cb72769634 Solving issue #5267 : "ProcEvent int() operator should be const" 2019-04-09 08:45:21 +02:00
Morgan Hardwood
198fc8d8dd Added matrix for Canon PowerShot SX150 IS 2019-04-08 01:02:35 +02:00
Flössie
1b08ac44c4 Fix potential bug in histogram matching (#5249) 2019-04-03 19:41:36 +02:00
Morgan Hardwood
d4f0a9a19b Fix crash in histogram matching #5249
Patch by Alberto
https://github.com/Beep6581/RawTherapee/issues/5249#issuecomment-477923928
2019-04-03 10:14:49 +02:00
Desmis
5837f722a8 disabled showmask - improve GUI 2019-04-03 09:23:03 +02:00
Morgan Hardwood
e23fc17ccf Search for DateTimeOriginal if not found in standard location
The DateTimeOriginal and DateTimeDigitized Exif tags should be in the
same group - ExifIFD, but the Leica M8 stores DateTimeOriginal in the
IFD0 group. This patch by Flössie allows to find the tag.
Closes #5251
2019-03-29 09:21:47 +01:00
Desmis
06b2826c14 merge with dev 2019-03-26 15:47:12 +01:00
Morgan Hardwood
5b50b2d059 Various interface fixes, closes #5211 2019-03-25 01:53:07 +01:00
Hombre
a749047dd3 editcallbacks file updated as requested by @Floessie in #5239
Merge branch 'splitted-edit-file' into dev
2019-03-24 20:48:33 +01:00
Desmis
8c3ac634e5 merge with dev 2019-03-24 14:02:15 +01:00
Desmis
3d62375623 Improvment to Soft radius 2019-03-24 13:59:38 +01:00
Hombre
f60711b65b Code cleanup of editcallbacks.h/.cc for more safety 2019-03-24 01:40:25 +01:00
Beep6581
b9a5680d1d Merge pull request #5240 from luzpaz/misc-typos
Miscellaneous typo and whitespace fixes
2019-03-23 23:34:21 +01:00
Desmis
71cfb520a0 increase sensitivity of Soft radius clarity and shap mask 2019-03-23 18:07:53 +01:00
Desmis
7ec1b27a91 Add show mask to Clarity 2019-03-23 12:45:44 +01:00
Desmis
3fe2aaed79 merge with dev 2019-03-23 07:21:18 +01:00
Morgan Hardwood
4640858567 Sony DSC-R1 raw_crop added to camconst.json
Prevents raw CA artifacts:
https://discuss.pixls.us/t/sony-r1-ca-autocorrection-artifact/11835

Committed on behalf of Ingo.
2019-03-22 22:08:56 +01:00
Desmis
48d30e50c7 Wavelet Clarity and Unsharp mask 2019-03-22 18:20:00 +01:00
luz.paz
ba840dd260 Misc. typos and whitespace fixes
Found via `codespell -q 3 -I ../rawtherapy-whitelist.txt -S ./rtdata` 
`rawtherapy-whitelist.txt` consists of:
```
adn
amin
autor
ba
byteorder
cas
childs
developpement
dum
foto
fro
inbetween
interm
ist
iten
ith
lonly
nd
ois
optio
preserv
skipp
som
spred
substracted
tbe
tim
uint
unselect
```
2019-03-22 06:38:00 -04:00
Hombre
108b69ae22 "edit.h/.cc" splitted to limit rebuilding dependencies 2019-03-22 00:09:37 +01:00
heckflosse
30120af8a2 remove some bogus consts 2019-03-19 20:54:10 +01:00
heckflosse
030aa60499 Merge branch 'dev' into denoise_speedup 2019-03-19 20:25:41 +01:00
Ingo Weyrich
28b785682a Allow histogram matching for YI M1 Camera (160x120 thumbs) 2019-03-19 17:43:42 +01:00
heckflosse
d4d535720d Don't apply histogram matching when thumb has less than 19200 pixels 2019-03-19 15:09:18 +01:00
Ingo Weyrich
209cc16e0d Update histmatching.cc
Allow even smaller thumbs for histogram matching. Tested on Phase One 65+ files. Works fine.
2019-03-18 21:21:56 +01:00
Ingo Weyrich
1cf1e111d5 Update histmatching.cc
Allow histogram matching also for small thumbs
2019-03-18 17:43:17 +01:00
heckflosse
9ee47c29a3 Small speedup for denoise (mainly for preview mode), #5225 2019-03-17 19:45:46 +01:00
heckflosse
25625c6842 small speeduo for denoise 2019-03-16 23:35:39 +01:00
Hombre
52dcd08b97 Merge branch 'dev' into hidpi-icons 2019-03-13 01:00:14 +01:00