Desmis
df6822178c
merge with dev
2018-05-05 09:37:58 +02:00
Alberto Griggio
5d9dadae6e
apply clipping in RAW if the "clip OOG" parameter is set
2018-04-30 17:49:55 +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
c6b0deb5dd
merge with dev
2018-04-14 10:45:19 +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
431f516583
merge with dev
2018-04-10 18:04:29 +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
Desmis
ae7d7a911b
merge with Dev
2018-03-29 13:13:04 +02:00
Alberto Griggio
b42a45b481
merged branch 'unbounded-processing' into 'dev'
2018-03-28 21:35:23 +02:00
Desmis
c74cdb922f
merge with dev
2018-03-27 17:18:32 +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
Desmis
75fb5a697e
merge with dev
2018-03-27 10:31:46 +02:00
Desmis
1062869d01
merge with Dev
2018-03-26 14:59:08 +02: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
Desmis
a08c7b4182
merge with dev
2018-03-20 18:21:51 +01: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
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
Desmis
0bf7736f61
merge with dev
2018-03-18 14:58:31 +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
Desmis
9660858976
merge with dev
2018-02-16 08:22:30 +01:00
Floessie
38cab123fc
Merge pull request #4401 from Beep6581/gcc8-warnings
...
Fix GCC 8 warnings
2018-02-15 20:54:43 +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
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
Desmis
4a29e34e20
merge with dev
2018-01-26 18:00:33 +01:00
Desmis
62d9825bce
merge with Dev
2018-01-23 17:52:31 +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
Desmis
6cdbba2a0f
merge with dev
2018-01-21 08:42:26 +01:00
heckflosse
8622efce00
Crash opening dng file from hdrmerge, fixes #4313
2018-01-18 19:53:18 +01:00
Desmis
90bd7fa98d
merge with dev
2018-01-14 12:26:00 +01:00
Flössie
3b6cc19ae9
Fix some Coverity warnings
2018-01-12 18:20:21 +01:00
Desmis
7a714e5093
Add inverse to shapemethod - fixed crash retinex inverse
2018-01-03 16:47:54 +01:00
Desmis
63073b470d
merge with dev - I hope no error
2018-01-02 19:58:42 +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
Flössie
ecee587402
Fix pass-by-value (Coverity)
...
Plus some `const` adjustments. (Groundhog day?)
2018-01-01 12:35:41 +01:00