295 Commits

Author SHA1 Message Date
heckflosse
fe16bf7917 Move badpixel code to own compilation unit 2019-06-10 16:40:44 +02:00
heckflosse
c0a033e717 interpolateBadPixelsXtrans() : fix oob access 2019-06-08 15:13:44 +02:00
Morgan Hardwood
5b50b2d059 Various interface fixes, closes #5211 2019-03-25 01:53:07 +01:00
Floessie
17bec0a2e5
Merge pull request #5197 from Beep6581/relax-procparam-dependency
Relax dependency from `procparams.h`
2019-03-11 15:14:00 +01:00
heckflosse
6712420a41 Fix broken build, #5203 2019-03-09 19:28:44 +01:00
heckflosse
b0a7b5fed3 tiles per thread for some more tiled algorithms, #5203 2019-03-09 18:47:02 +01:00
heckflosse
77475a3827 configurable tiles per thread also for rcd, #5203 2019-03-03 17:29:19 +01:00
heckflosse
b83069fd51 Allow user-defined setting for raw ca correction tiles per thread 2019-03-03 14:52:44 +01:00
Flössie
0cbc4923bc Relax dependency from procparams.h 2019-02-28 20:44:50 +01:00
heckflosse
1ac5fbb709 another loop 2019-02-23 14:13:12 +01:00
heckflosse
46aabd2003 Unfix fixed white level, #5187 2019-02-23 14:00:45 +01:00
heckflosse
b37f545391 Support Fuji SN EXR mode RAFs, #4830 2019-02-19 21:50:34 +01:00
Flössie
37027e46bd Fix non-OpenMP build 2019-02-06 06:54:31 +01:00
heckflosse
3461328a8c Opening a locked raw file in RawTherapee causes crash, fixes #5111 2018-12-21 21:36:22 +01:00
heckflosse
d47a54fb3d Fix raw histogram calculation, thanks to @agriggio, #5091 2018-12-12 23:23:02 +01:00
heckflosse
863649a4c2 Fix another issue detected by cppcheck 2018-11-22 19:10:34 +01:00
heckflosse
074560def0 Merge branch 'dev' into floatdng 2018-11-18 11:38:09 +01:00
heckflosse
1fa253ba63 Fix some issues reported by coverity 2018-11-16 20:48:33 +01:00
heckflosse
220714e376 Remove some logging, #4985 2018-11-15 15:35:56 +01:00
heckflosse
0983817434 SSE: Review usage of vminf, vmaxf functions, #4942 2018-11-05 15:59:41 +01:00
Alberto Griggio
632c1362c8 DNG: honour the BaselineExposure tag 2018-10-28 17:32:15 +01:00
heckflosse
5134040a5b Merge branch 'dev' into show_flatfield_autoclip_in_gui 2018-10-24 15:40:21 +02:00
heckflosse
ac700502db Flat field: Show auto calculated clip control value in ui 2018-10-24 00:49:51 +02:00
heckflosse
0da47b0da3 2-pass dual-demosaic-contrast-threshold detection if 1-pass does not find a flat area, #4866 2018-10-18 22:09:35 +02:00
heckflosse
f886ea355b Fix raw histogram for float dng files in [0.0;1.0] range, #4667 2018-09-22 11:14:00 +02:00
heckflosse
c77a487696 Don't use gamma for calculation of raw histogram values, #4667 2018-09-21 20:16:46 +02:00
heckflosse
c3fbaafc9a Fix segfault when hovering over preview while demosaic none is selected 2018-09-15 14:21:49 +02:00
heckflosse
2e3479ef8f raw ca correction: reintroduced avoid colour shift checkbox because avoid colour shift sometimes fails 2018-09-15 12:24:27 +02:00
heckflosse
adddd5aafa set raw ca correction 'avoid colour shift' as default, #4777 2018-09-11 23:44:42 +02:00
heckflosse
09796f0694 raw ca correction: beautified code 2018-09-08 00:52:39 +02:00
heckflosse
bcc7a3fb85 raw ca correction: first try to avoid colour shift, #4777 2018-09-06 13:52:48 +02:00
heckflosse
9ecc7e6876 iterative raw auto ca correction, #4774 2018-09-05 13:30:15 +02:00
Roel Baars
f919b0b873
Merge branch 'dev' into histogram-scaling 2018-08-22 17:39:31 +02:00
heckflosse
d4894ef948 eahd demosaic: convert rgb to Lab using Color::RGB2Lab() instead of duplicating code, #4727 2018-08-18 16:15:32 +02:00
Thanatomanic
770c16e430 Merged with dev, resolved conflicts, fixes to icon refs 2018-08-13 05:11:21 +02:00
luz.paz
5f867be0c3 Misc. typo tixes 2018-07-31 13:14:14 -04:00
Hombre
180277778a Merge branch 'dev' into testoutputprofile 2018-07-09 22:12:08 +02:00
Thanatomanic
cf610f5f5b Updated calculation of RAW histogram binning
The RAW histogram did not always fill up to the 255th value. This fixes that by including the blackpoint in the calculation
2018-07-06 07:16:34 +02:00
heckflosse
a3d932786e When using zero border, last row and last column were doubled, #4642 2018-06-28 13:37:43 +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
heckflosse
60f94e29a7 Dual demosaic: added xtrans 2-pass (combination of xtrans 1-pass and xtrans fast) 2018-06-24 19:32:12 +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
Alberto Griggio
f87b71460f
Merge pull request #4593 from Beep6581/green-eq-camconst
Move green equilibration info to camconst.json
2018-06-12 08:46:24 +02:00
Alberto Griggio
4361e12062 camconst: use true/false instead of 0/1 for "global_green_equilibration" 2018-06-08 13:55:15 +02:00
Ingo Weyrich
cdaab6a68b
Merge pull request #4590 from Beep6581/spotwb
Spot white balance sometimes failes, fixes #4589
2018-06-07 22:27:10 +02:00
heckflosse
d624577ee5 Removed accidently committed condition 2018-06-07 22:08:07 +02:00
Alberto Griggio
d0ec3f2dbc move to camconst.json the info about whether global green equilibration is needed for the camera 2018-06-07 20:48:53 +02:00
heckflosse
d7a5bab871 Fixed SpotWb also for xtrans, #4589 2018-06-07 16:01:01 +02:00