heckflosse
59ebf99f63
Add support for embedded single channel previews, fixes #4419
2018-03-20 22:20:25 +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
Morgan Hardwood
32d081add1
Slow down cowboy... changed 5.5-dev to 5.4-dev
2018-03-20 21:39:21 +01:00
Alberto Griggio
c7c8f68e32
fixed segfault in the oog check when the gamut profile is null
2018-03-20 15:50:55 +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
Alberto Griggio
7096c9656a
Fix for #4447 (support for Fuji X-A10)
2018-03-20 13:18:53 +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
84c56f55b2
Accessing a lut with a double precision floating point index truncates, fixes #4431
2018-03-20 14:40:58 +01:00
Ingo Weyrich
4e9478df24
Merge pull request #4442 from Beep6581/arq_review
...
Speedup for sony_arq_load_raw()
2018-03-20 14:34:12 +01:00
Ingo Weyrich
3c6f314bb1
Merge pull request #4406 from Beep6581/pfcorrect-cleanup
...
review and speedups for 'rtengine/PF_correct_RT.cc'
2018-03-20 14:29:03 +01:00
heckflosse
196e88473a
Merge branch 'dev' into pfcorrect-cleanup
2018-03-20 14:26:55 +01:00
Ingo Weyrich
5dee5d4df4
Merge pull request #4413 from Beep6581/rcd-speedup
...
Speedup for rcd demosaic
2018-03-20 14:06:26 +01:00
heckflosse
56c736f106
Disabled timing code in amaze and rcd demosaic
2018-03-20 14:04:01 +01:00
Morgan Hardwood
2efdfba293
Prepare to merge 5.4 from releases back into dev
2018-03-20 13:54:02 +01:00
Morgan Hardwood
a5e8eb9c8a
Formatted RELEASE_NOTES
...
The document now looks better in the About dialog/splash screen which
does not use a monospace font.
2018-03-20 12:04:15 +01:00
Morgan Hardwood
e1362d2d20
Preparing for release 5.4
2018-03-20 11:41:22 +01:00
Morgan Hardwood
b4366a4a72
Merge branch 'dev' into release5.4
2018-03-20 01:34:48 +01:00
Morgan Hardwood
ac0bcd06c4
Added dual-illuminant SONY DSLR-A580 DCP
2018-03-20 01:21:37 +01:00
Morgan Hardwood
f00baa5739
Added dual-illuminant MINOLTA DYNAX 7D DCP
2018-03-20 01:12:46 +01:00
heckflosse
e03646fc5b
Code review and speedup for ImProcFunctions::vibrance(), also fixes #4443
2018-03-19 01:34:15 +01:00
Alberto Griggio
17dc4af424
fixed bug in discriminating between matrix and lut profiles for the OOG check
2018-03-17 22:54:48 +01:00
Flössie
c73844d722
Force memalign()
on i386 Linux when alignment < 16 ( fixes #4432 )
2018-03-17 10:32:44 +01:00
Morgan Hardwood
2decc171ef
Merge branch 'dev' into release5.4
2018-03-16 23:47:12 +01:00
Morgan Hardwood
e63e583c7e
Added SONY ILCE-7M3 to camconst.json
...
From issue #4440
2018-03-16 23:45:41 +01:00
Alberto Griggio
956c44905e
cleaned up gamut warning code
2018-03-16 17:57:03 +01:00
heckflosse
1b5b6bdea3
Speedup for sony_arq_load_raw()
2018-03-16 01:08:02 +01:00
Morgan Hardwood
3cbed7bc54
Updated release notes with HDR and PS thumb overlay mention.
2018-03-15 22:37:57 +01:00
Morgan Hardwood
d4262d1021
Merge branch 'dev' into release5.4
2018-03-15 22:26:13 +01:00
Morgan Hardwood
6746494201
Updated dual-illuminant NIKON D750 DCP
2018-03-15 22:25:42 +01:00
heckflosse
aef02c0c61
Remove wrong white level for some Sony ARW2 cameras in adobe_coeff(), #4441
2018-03-15 19:29:58 +01:00
Alberto Griggio
83521b0c92
improved out-of-gamut warning, taken from PhotoFlow
2018-03-15 16:17:44 +01:00
Alberto Griggio
2f0fefb26f
do not reset the highlight compression slider to 0 when doing histogram matching
...
Fixes #4437
2018-03-13 17:57:26 +01:00
Morgan Hardwood
2e9dc11440
Use MacPorts Binutils path for macOS, #4028
2018-03-12 07:27:46 +01:00
heckflosse
477f26da1d
Merge branch 'dev' into pfcorrect-cleanup
2018-03-12 00:07:15 +01:00
heckflosse
23419c6861
Merge branch 'dev' into rcd-speedup
2018-03-11 23:24:11 +01:00
heckflosse
673ae937ec
Small speedup and reduced memory usage for cfa_linedn()
2018-03-11 18:13:04 +01:00
Morgan Hardwood
162ef86505
Merge branch 'dev' into release5.4
2018-03-11 17:51:53 +01:00
Morgan Hardwood
8f9fb2db80
Updated dual-illuminant NIKON D700 DCP
...
Red and blue anti-magenta tweaks.
2018-03-11 17:50:40 +01:00
Morgan Hardwood
283b37f390
Updated dual-illuminant RICOH PENTAX K-1
...
Red and blue anti-magenta tweaks.
2018-03-11 17:26:49 +01:00
Morgan Hardwood
729fb0739b
Updated dual-illuminant PENTAX K10D DCP
...
Created using Lumariver Profile Designer v1.0.4.
Matrix and LUT tweaked for red and blue to avoid hue shift toward
magenta.
D50 shot in London in summer.
StdA shot in bathroom.
2018-03-11 17:12:43 +01:00
Morgan Hardwood
073db88a9b
Updated release notes and splash for 5.4-rc3
2018-03-11 15:30:23 +01:00
Morgan Hardwood
1be8fc3a91
Merge branch 'dev' into release5.4
2018-03-11 15:05:55 +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
814a235e9f
tweaked the behaviour of the line noise filter in PDAF mode
2018-03-11 11:48:20 +01:00
Alberto Griggio
f4e530f2ac
added PDAF pattern for A7RII
2018-03-11 11:47:53 +01:00
heckflosse
0c5714952d
Merge branch 'dev' into flatfield_monochrom
2018-03-11 00:27:35 +01:00
heckflosse
6a4ba92799
Merge branch 'dev' into pfcorrect-cleanup
2018-03-11 00:01:00 +01:00
heckflosse
6f69a1b2f6
Merge branch 'dev' into rcd-speedup
2018-03-10 23:40:12 +01:00
heckflosse
b1fbce95ba
Merge branch 'raw-line-noise-direction' of https://github.com/Beep6581/RawTherapee into raw-line-noise-direction
2018-03-10 23:20:54 +01:00
heckflosse
acda76ef21
Merge branch 'dev' into raw-line-noise-direction
2018-03-10 23:16:51 +01:00