599 Commits

Author SHA1 Message Date
heckflosse
1d13724604 Limit usable raw border range to 2..16 for pixelshift files 2018-06-30 15:12:57 +02:00
heckflosse
be07fd83c5 Allow custom raw border in range 1..16 for pixelshift files 2018-06-30 14:22:11 +02:00
heckflosse
f55d89e576 Call setBorder() before demosaic 2018-06-28 15:19:37 +02:00
heckflosse
5c04e6308f First steps to allow border = 0, issue #4642 2018-06-27 22:34:53 +02:00
Hombre
88e645a329 Merge branch 'dev' into testoutputprofile 2018-06-25 01:07:02 +02:00
Hombre
fb0c95969b Creation of the ICCProfileCreator 2018-06-25 00:43:11 +02:00
heckflosse
f7578c1512 Dual demosaic: added DCB+VNG4, RCD+VNG4. Cleaned code. Prepared engine for semi-automatic calculation of contrast threshold 2018-06-24 17:01:15 +02:00
Hombre
e2dc8ea2c3 Merge branch 'dev' into testoutputprofile 2018-06-14 21:47:14 +02:00
Desmis
c1463c7edd merge with dev.. 2018-06-14 09:06:29 +02:00
heckflosse
44729edf04 Prepared engine to display the Sharpening Contrast mask 2018-06-10 14:35:12 +02:00
Hombre
fbc81028eb First batch of variable name normalisation in ICM tool, see #4478 2018-05-14 00:57:55 +02:00
Desmis
df6822178c merge with dev 2018-05-05 09:37:58 +02:00
Desmis
275058e232 Some changes to GUI 2018-05-02 16:54:19 +02:00
Desmis
e99498ab07 Some changes to internal variables 2018-05-02 13:59:54 +02:00
Desmis
2bfc41fd03 replace type_rgb_16 by type_rgb_flt and change some settings 2018-04-30 17:41:04 +02:00
Desmis
3ebbbdf139 merge with dev 2018-04-30 07:49:49 +02:00
Desmis
ccf642bc6c clean and comment code 2018-04-29 18:23:00 +02:00
Desmis
19b7a942af Add TRC to working profiles 2018-04-29 17:08:45 +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
Desmis
dedce5d383 add selected TRC to FOIP 2018-04-10 15:29:05 +02:00
Desmis
6561636ee0 some changes in color.cc .h calcgamma and gamma2 and igamma2 2018-04-04 14:10:52 +02:00
Desmis
5b11da17e0 Change slightly LUT 212 2018-04-04 08:57:22 +02:00
Desmis
678936e2c4 suppress messges in console 2018-04-03 13:01:23 +02:00
Desmis
6a00ce0f82 add RT_sRGB with 2 Lut 212 1024 2018-04-03 12:55:34 +02:00
Desmis
a08c7b4182 merge with dev 2018-03-20 18:21:51 +01:00
Desmis
424b9dbea7 Clean and format code and fixed bug in exposure with chrominance 2018-03-11 10:01:18 +01:00
Desmis
1a91bb60fe Improve lightness for color and light and fix crashed with contrast when lightness -100 2018-03-10 18:12:15 +01:00
heckflosse
84f46eaab6 Add flat field correction for monochrome raw files 2018-03-09 14:51:28 +01:00
Desmis
9916cdb4b0 merge with dev 2018-02-15 16:57:23 +01:00
luz.paz
c3c3ceac79 Misc. typos
Found via `codespell` 
+ removed rtengine/dcraw.patch per discussion in https://github.com/Beep6581/RawTherapee/pull/4395
2018-02-14 14:07:18 -05:00
Desmis
7d4441cda8 clean code complexcurvelocal and associated functions 2018-02-11 08:58:37 +01:00
Desmis
ed46993ff1 Change settings of complexCurvelocal 2018-02-10 08:40:24 +01:00
Desmis
abd26953a5 Change calculation references in case of exclude spot 2018-02-08 07:57:28 +01:00
Desmis
4136a6ee03 Fixed another bugs in curves vibrance and exposure 2018-02-07 18:37:06 +01:00
Desmis
35fb9e28c9 Fixed bugs in curves LH HH exposure 2018-02-07 18:21:22 +01:00
Desmis
9ab5015147 Fixed bug in vibrance local and some enhancement to exposure 2018-02-07 15:59:47 +01:00
Desmis
40cc22f1e1 merge with dev 2018-02-06 16:54:30 +01:00
heckflosse
1f42e5cdd4 Avoid unnecessary update to main preview when opening first detail window, fixes #4368 2018-02-05 16:01:00 +01:00
Desmis
4b916e444f merge with dev 2018-02-04 07:51:25 +01:00
Desmis
dabedc7143 save work for possible edge detect 2018-02-04 07:40:33 +01:00
Alberto Griggio
e265d23e76 made histogram matching depend on the input profile
This improves the accuracy of the matching when using non-default profiles
2018-02-02 13:57:43 +01:00
Desmis
1398c3822f Increases code maintenability between improccoordinator and locallab.cc 2018-02-01 13:42:19 +01:00
Desmis
821c36fb35 increase readability improccoordinator for change number spot 2018-02-01 11:23:34 +01:00
Desmis
1b00e6f6bf increases readability improccoordinator for spotduplicated 2018-02-01 09:26:42 +01:00
Desmis
0c1b471ea1 Some small changes to spotduplicated - message - etc 2018-01-31 08:19:56 +01:00
Desmis
7671edbca7 Add duplicated Spot 2018-01-30 16:28:47 +01:00
Hombre
b6d2480fb5 Merge branch 'dev' into spot-removal-tool (#2239) 2018-01-25 20:41:10 +01:00
Desmis
cef451807d merge with dev 2018-01-22 08:56:24 +01:00
Alberto Griggio
b13db578eb do not reset highlight compression when doing histogram matching 2018-01-21 19:21:41 +01:00