295 Commits

Author SHA1 Message Date
heckflosse
9889f878aa Spot white balance sometimes failes, fixes #4589 2018-06-07 15:44:52 +02:00
heckflosse
e542a38f85 Revert latest commit (kind of) and disable automatic global green equilibration for OLYMPUS E-M1MarkII 2018-06-05 18:51:07 +02:00
heckflosse
c3f163a323 Added 4-pass xtrans demosaic 2018-06-03 16:22:34 +02:00
heckflosse
41c1f21c76 Pixelshift: replaced checkbox to use lmmse by a combobox to allow further demosaicers for parts with motion, #4579 2018-06-01 19:13:59 +02:00
heckflosse
355fcbad8e AMaZE+VNG4: added contrast threshold adjuster, #4579 2018-05-30 14:39:29 +02:00
heckflosse
2a13d12936 Amaze+VNG4: created own entry in demosaic combobox, cleaned code 2018-05-29 16:59:29 +02:00
heckflosse
710dd13c2f First version of combined amaze/vng4 demosaic 2018-05-29 15:00:33 +02:00
heckflosse
7d49895769 Removed Stopwatches 2018-05-22 14:38:32 +02:00
heckflosse
2d3148b962 Fixes some things @Floessie suggested in code review 2018-05-20 23:42:42 +02:00
heckflosse
ac78dd311e Speedup for ca-correction of pixelshift files, also fixed a memory leak 2018-05-20 13:59:50 +02:00
heckflosse
68fabf0be5 Fix for last commit 2018-05-19 13:47:44 +02:00
heckflosse
2828e2933d pixelshift: use auto-calculated ca-correction parameters from first frame for all frames 2018-05-19 12:24:29 +02:00
Hombre
fbc81028eb First batch of variable name normalisation in ICM tool, see #4478 2018-05-14 00:57:55 +02:00
Desmis
e7bad75ed4 merge with dev 2018-05-01 10:13:40 +02:00
Alberto Griggio
5d9dadae6e apply clipping in RAW if the "clip OOG" parameter is set 2018-04-30 17:49:55 +02:00
Desmis
b5898e0a54 merge with dev 2018-04-16 14:59:42 +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
Desmis
4eae77956c merge with dev 2018-04-14 09:15:31 +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
Desmis
62fc062712 merge with dev 2018-04-11 13:08:28 +02:00
Desmis
6561636ee0 some changes in color.cc .h calcgamma and gamma2 and igamma2 2018-04-04 14:10:52 +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
65783e0216 fixed warning about uninitialized vars 2018-04-03 09:25:16 +02:00
Alberto Griggio
b42a45b481 merged branch 'unbounded-processing' into 'dev' 2018-03-28 21:35:23 +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
b09bf381b4 added possibility to specify extra working spaces via a json file
The JSON file is called workingspaces.json, it can be either in the global iccprofiles directory, or in the user's ICC profiles dir (set in preferences).

The format is the following:

{"working_spaces": [
    {
        "name" : "ACES",
        "file" : "/path/to/ACES.icc"
    },
    {
        "name" : "ACEScg",
        "matrix" : [0.7184354, 0.16578523, 0.09882643, 0.29728935, 0.66958117, 0.03571544, -0.00647622, 0.01469771, 0.66732561]
    }
]}

if "matrix" is present, "file" is ignored. If only "file" is present, the matrix is extracted from the ICC profile. For this, we look only at the R, G, and B matrix columns and the white point set in the profile. Bradford adaptation is used to convert the matrix to D50. Anything else (LUT, TRC, ...) in the profile is ignored.

It is the user's responsibility to ensure that the profile is suitable to be used as a working space.
2018-03-20 15:06:09 +01:00
Alberto Griggio
7ab6f59c28 merged 'raw-line-noise-direction' into 'dev' 2018-03-22 13:56:58 +01:00
heckflosse
b29029527d Fix black thumb when applying a processing profile to a monochrome dng with wrong rgb_cam matrix 2018-03-20 22:18:42 +01:00
Ingo Weyrich
33a24bb1d3
Merge pull request #4449 from Beep6581/flatfield_monochrom
Flatfield correction for monochrome raw files, fixes #4418
2018-03-20 14:44:45 +01:00
heckflosse
276a86c740 RT crashes when viewing Nikon D1X files with demosaicer set to 'None' and hovering about the right or lower part of the image, fixes #4436 2018-03-11 14:52:51 +01:00
Alberto Griggio
81210d18b4 Added new mode "Horizontal on PDAF rows only" for the "line noise filter" 2018-03-10 22:56:45 +01:00
Alberto Griggio
a6c86b2bcf use bilinear interpolation in PDAFGreenEqulibrateThreshold::operator() 2018-03-09 18:26:29 +01:00
heckflosse
84f46eaab6 Add flat field correction for monochrome raw files 2018-03-09 14:51:28 +01:00
Alberto Griggio
24edd97dca added automatic adaptive green equilibration to the PDAF lines filter 2018-03-08 16:12:34 +01:00
Alberto Griggio
3422dc7173 fixed missing update of the total number of bad pixels found 2018-03-05 17:46:20 +01:00
Alberto Griggio
81a8aa4037 added experimental RAW Bayer preprocessing filter for mititgating the Sony PDAF lines banding problem 2018-03-05 16:25:10 +01:00
Alberto Griggio
0bb7375a90 added possibility to apply "RAW line noise filter" only in a specific direction (horizontal or vertical) 2018-02-28 23:37:34 +01:00
Alberto Griggio
0b6f483e4b never clip in RawImageSource::getImage (regardless of whether highlight reconstruction is enabled) 2018-02-26 11:46:37 +01:00
Alberto Griggio
8155698ed6 removed one further clipping place 2018-02-25 21:21:49 +01:00
Floessie
38cab123fc
Merge pull request #4401 from Beep6581/gcc8-warnings
Fix GCC 8 warnings
2018-02-15 20:54:43 +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
Flössie
04cef998a2 Fix some GCC 8 warnings (#4397) 2018-02-14 20:01:20 +01:00
Alberto Griggio
d17bb0cfe6 feature: added option to use a (fast) neutral RAW rendering in 'inspector mode' 2018-03-21 10:47:38 +01:00
heckflosse
96bf06a950 Removed most of the __x86_64__ dependencies. Also removed _RT_NESTED_OPENMP 2018-01-23 16:05:31 +01:00
heckflosse
fc77fd6964 Remove all BENCHMARK defines 2018-01-22 19:04:42 +01:00
heckflosse
8622efce00 Crash opening dng file from hdrmerge, fixes #4313 2018-01-18 19:53:18 +01:00
Flössie
3b6cc19ae9 Fix some Coverity warnings 2018-01-12 18:20:21 +01:00
Flössie
ce2be7ad87 Fix pass-by-value (Coverity) 2018-01-01 12:48:35 +01:00
Flössie
1054083661 Fix pass-by-value (Coverity) 2018-01-01 12:43:51 +01:00