Commit Graph

3677 Commits

Author SHA1 Message Date
Morgan Hardwood
a5af13228d camconst.json updated by IliasG, closes #3298 2016-09-24 13:57:28 +02:00
Ingo Weyrich
2d0e5e4fee Merge pull request #3434 from Beep6581/save16bit_speedup
About 15% speedup for function lab2rgb16 which is used when saving 16 bit output
2016-09-21 21:48:24 +02:00
heckflosse
1e268105db replaced code to convert from Lab to XYZ by calling Color::Lab2XYZ(..) 2016-09-21 21:01:51 +02:00
heckflosse
ab2be87333 Simplified float2uint16range(..), removed StopWatches 2016-09-21 14:05:30 +02:00
heckflosse
29c4d936aa cleaned code 2016-09-21 00:35:02 +02:00
heckflosse
f17011cec4 use faster implementation to clip float to [0;65535] and round in rtengine::lab2rgb16b and rtengine::lab2rgb16 2016-09-21 00:24:44 +02:00
heckflosse
c67b986744 add faster implementation to clip float to [0;65535] and round 2016-09-21 00:22:42 +02:00
Flössie
298e91b1a0 Fix "FocusDistance*"-EXIF for Canon (#3422)
Kudos to @cm7695 for finding and fixing!
2016-09-14 21:00:15 +02:00
Ingo Weyrich
0016bf4f2b Merge pull request #3426 from Beep6581/issue_3425_fix
fixes #3425, A combination of settings in Wavelet's Edge Sharpnes too…
2016-09-12 12:56:09 +02:00
heckflosse
6b769fb133 Correction to last commit 2016-09-12 12:54:46 +02:00
heckflosse
1c17be663b fixes #3425, A combination of settings in Wavelet's Edge Sharpnes tool crashes RawTherapee 2016-09-11 23:49:37 +02:00
Jean-Christophe
ef50841629 Merge pull request #3415 from Beep6581/eclipse_c++11
Add full support of c++11 to the Eclipse IDE
2016-09-11 00:47:07 +02:00
heckflosse
a7dc063f35 Added Canon EOS 5D Mark IV to camconst.json, kudos to IliasG 2016-09-10 17:58:07 +02:00
Ingo Weyrich
c8aa1c9f49 Merge pull request #3423 from Beep6581/denoise
Merged Denoise speedups to get more tests
2016-09-09 21:58:26 +02:00
heckflosse
3ffe983140 Small code cleanups 2016-09-09 21:54:51 +02:00
Ingo Weyrich
eb3c661293 Merge pull request #3407 from Beep6581/bwspeedups
Merged bwspeedup branch to get more tests
2016-09-09 21:38:05 +02:00
heckflosse
344d975378 Removed stopwatch 2016-09-09 21:36:37 +02:00
heckflosse
d564d17425 mentioned the author of the sleef library in the header of the sleef source files, removed unused sleef.h 2016-09-09 16:36:18 +02:00
heckflosse
5bb20c413e Cleaned code, also reduced base memory usage of RT by 1 MB 2016-09-09 16:04:43 +02:00
heckflosse
ef83e6b591 Removed StopWatches and corrected some bugs from latest commit 2016-09-07 23:34:06 +02:00
heckflosse
0f21a0de6c Speedups for denoise, fixes #3418 2016-09-07 16:44:16 +02:00
heckflosse
3ddb4171d2 Fix a crash in denoise 2016-09-05 10:40:28 +02:00
Hombre
b04596ec60 Fixing a small glitch in the main cmakefile 2016-09-04 02:55:57 +02:00
Hombre
40794f8e15 Add full support of c++11 to the Eclipse IDE
...(i.e. including when building the index), with the help of
-DCMAKE_ECLIPSE_VERSION="4.6.0" (set to your version, of course) on the
command line. Without this, the declared symbols are wrong and c++11 is
not supported by the IDE (vs the build makefiles).
2016-09-03 21:44:02 +02:00
heckflosse
dc4bbe906b Avoid possible buffer underrun in ImProcFunctions::Mad and ImProcFunctions::MadRgb 2016-09-02 21:04:23 +02:00
Beep6581
db6b43e3c0 Updated links
Added link to RawTherapee forum at pixls.us
Removed dead link to Michael's code documentation.
2016-08-31 14:12:31 +02:00
Hombre
d52b627c68 Merge branch 'origin/navigator-units' 2016-08-31 13:42:56 +02:00
Hombre
f3d46f4c37 Minor code adjustment 2016-08-31 13:40:02 +02:00
Hombre
388d43ebce Adding new units for the RGB and HSV values in the Navigator tool (below
Histogram). Click on one of thes two columns to cycle to a new unit
independantly, between [0-1], [0-255], [%]  (Hue stays in degree instead
of percent). The current unit is saved in Options for new Editor tabs or
between sessions.
2016-08-31 03:58:07 +02:00
heckflosse
6a19178e52 Enable whole area of magnification windows for moving, fixes #3378 2016-08-30 01:53:27 +02:00
Hombre
a34c19413b Merge branch 'master' of https://github.com/Beep6581/RawTherapee.git 2016-08-29 01:35:56 +02:00
Hombre
2ba7e296d0 Bugfix: Options::readFromFile should not reset the options values. They
are initialy set in the constructor then should only be updated by each
call to this method.
2016-08-29 01:35:19 +02:00
Ingo Weyrich
80a976d75b Merge pull request #3404 from Beep6581/rgbcurve_lummode_speedup
RGB Curves Luminosity mode: ~ 40% speedup. Also changed behaviour of r and g curve
2016-08-28 20:02:22 +02:00
heckflosse
46334c0462 Disables StopWatch 2016-08-28 19:59:46 +02:00
heckflosse
84614a11e8 B&W: Speedup for Color::trcGammaBW 2016-08-28 14:47:01 +02:00
heckflosse
6d4e82b94f Speedups for B&W conversion 2016-08-27 22:58:16 +02:00
heckflosse
66054ca50d RGB curves luminosity mode: Experimental patch to equalize the strength of R, G and B curve 2016-08-26 16:38:14 +02:00
heckflosse
7a2dd888bb RGB Curves Luminosity mode, reduce number of atan2 calculations 2016-08-26 14:20:47 +02:00
heckflosse
294f16c741 RGB Curves Luminosity mode: ~ 40% speedup 2016-08-25 19:28:05 +02:00
Ingo Weyrich
d9d539cbb3 Merge pull request #3401 from Beep6581/colourtoning
Colourtoning: Speedup and improvement for Automatic Saturation Protection
2016-08-24 21:30:18 +02:00
heckflosse
39a57cbb3b Disabled StopWatch 2016-08-24 21:28:01 +02:00
Morgan Hardwood
3160efde81 camconst.json updated by IliasG, closes #3298 2016-08-24 11:01:42 +02:00
Morgan Hardwood
65b0ad4eb7 Serbian translation updated by gpopac, closes #3402 2016-08-24 10:13:56 +02:00
heckflosse
281e3979d5 ImProcFunctions::moyeqt, simplified calculation 2016-08-23 21:32:30 +02:00
heckflosse
7a4cf9aba8 Colourtoning: Always calculate saturation for 'Automatic Saturation Protection' from full image 2016-08-23 19:59:49 +02:00
heckflosse
9b62f92095 About 7x speedup for Automatic Saturation Protection in Colourtoning 2016-08-23 19:35:15 +02:00
heckflosse
3df0acee56 Fixed wrong transition curve in ciecam02, fixes #3398 2016-08-21 15:13:17 +02:00
heckflosse
3e510cd94e Fix some ciecam02 issues, fixes ##3380, fixes #3396, fixes #3397 2016-08-18 21:41:16 +02:00
heckflosse
cd16b91be0 fixes #3395, unrelated bulk changes cause saturation setting to double its value 2016-08-17 16:15:35 +02:00
heckflosse
b710595335 Adust buffers to fix potential buffer overruns 2016-08-10 22:59:48 +02:00