Commit Graph

2547 Commits

Author SHA1 Message Date
heckflosse
a55167bde8 24% speedup for raw false colour suppression 2016-03-12 23:32:25 +01:00
heckflosse
4fdcfbd8df 10% speedup for raw false colour suppression 2016-03-12 00:11:21 +01:00
heckflosse
dadbd71e58 Speedup for xtrans demosaic 2016-03-09 23:57:37 +01:00
Beep6581
f0679e8eee Merge branch 'master' into gtk3 2016-03-07 02:42:08 +01:00
heckflosse
1d64c651cf Raw false colour suppression: additional 25% speedup 2016-03-06 17:34:45 +01:00
heckflosse
2f2421442b Raw false colour suppression: additional 38% speedup 2016-03-06 01:14:35 +01:00
heckflosse
8619fd8a0b 25% speedup for raw false colour suppression 2016-03-05 18:50:26 +01:00
Adam Reichold
a04c7706db Merge branch 'master' into 'gtk3' 2016-03-05 13:11:00 +01:00
Adam Reichold
72283f867d Fix #3191 which was due to a typo when calling atan2 during polar coordinate conversion. 2016-03-02 22:04:48 +01:00
Ingo Weyrich
c9b89f3d19 Merge pull request #3189 from Beep6581/cacorrect
Speedup and code review for raw ca correction
2016-03-02 17:11:43 +01:00
heckflosse
1ddd7b6e3f Small optimization for ca correction 2016-03-02 17:10:02 +01:00
heckflosse
d00c895b3d Hide new auto ca-correction strength slider to merge the ca-correction speedups into master 2016-03-01 22:07:41 +01:00
Ingo Weyrich
4df5e64056 Merge pull request #3188 from Beep6581/cbdlbw
Adapt Cbdl to B&W tools
2016-03-01 20:31:14 +01:00
heckflosse
9df905aa14 Set default method for cbdl to 'before b&w' 2016-03-01 20:21:51 +01:00
heckflosse
755f7568bb removed big block of inactive code which I forgot to remove in last commit 2016-03-01 19:30:48 +01:00
heckflosse
51de80b558 Fixed bug with combination of cbdl and ciecam, cleaned code, made SSE version for lab2rgb 2016-03-01 19:16:34 +01:00
heckflosse
777b08f7f6 Futher speedup for auto ca correction and cleaned code 2016-03-01 00:51:19 +01:00
heckflosse
cbc88a5804 Additional Speedup for CA-Correction, also included a prototype to allow strength of Auto-CA-correction 2016-02-28 22:08:07 +01:00
Ingo Weyrich
5788dabf0d Merge pull request #3172 from Beep6581/lut-and-init-cleanup
Reduce start time and memory usage by removing redundant lookup tables and filling remaining lookup tables in parallel. Also replaced all x^(1/3) with std::cbrt
2016-02-27 15:07:19 +01:00
heckflosse
6b5db692e1 Reduce cache conflicts in correction pass of raw CA correction 2016-02-26 22:29:48 +01:00
heckflosse
84f58da6ff Eliminate all pow() calls in CA_correct_RT.cc 2016-02-26 22:08:33 +01:00
heckflosse
f0113b8f57 Removed benchmark code and made Color::gammatabThumb a LUTuc 2016-02-25 19:14:00 +01:00
heckflosse
1b220543f3 Replace all x^(1/3) with std::cbrt(x) 2016-02-25 16:50:21 +01:00
heckflosse
bf66671a6d Moved gamma lookup table from rtthumbnail.* to color.* 2016-02-25 15:45:42 +01:00
adamreichold
aae360a5aa Merge pull request #3166 from adamreichold/clean-up-coordinate-helper
Clean up the Coord and PolarCoord helper classes
2016-02-24 19:55:38 +01:00
heckflosse
24ca91dc61 Removed cleanupCache from improcfun.h and StopWatch for iccstore 2016-02-24 02:17:09 +01:00
heckflosse
e52b1fcdd4 Reduce start time and memory usage by removing redundant lookup tables and fillig remaining lookup tables in parellel 2016-02-24 01:35:47 +01:00
Ingo Weyrich
ad32009c53 Merge pull request #3170 from Beep6581/sonylensfix
Fix Sony LensID issue, kudos to dschlegel
2016-02-23 23:57:33 +01:00
adamreichold
e830985870 Merge pull request #3164 from adamreichold/remove-safegtk
Remove SafeGtk and SafeKeyFile modules
2016-02-23 20:17:05 +01:00
heckflosse
686b25f33d Fix LensId Issue with Fuji DNG files 2016-02-23 15:31:26 +01:00
Beep6581
cb916f7c2d Merge branch 'master' into gtk3 2016-02-23 09:26:00 +01:00
heckflosse
61121cada3 Fix Sony LensID issue 2016-02-22 22:40:39 +01:00
heckflosse
e16a505e04 Fix broken build without OpenMP 2016-02-22 19:28:03 +01:00
Adam Reichold
5d37aeb4e1 Request only the minimal amount of attributes when using enumerate_children to improve performance. 2016-02-21 18:22:28 +01:00
Adam Reichold
21a1b8ebdc Clean up the Coord and PolarCoord helper class for the GUI to follow standard practice for values types. 2016-02-21 18:04:34 +01:00
Adam Reichold
be173412f1 Fix the key file write path which depends on exceptions from loading before writing being swalloed. 2016-02-21 16:44:21 +01:00
Adam Reichold
85c809ce6c Also remove the SafeKeyFile wrapper class. 2016-02-21 10:26:11 +01:00
Adam Reichold
a2eea7c265 Finally fully remove the safegtk module. 2016-02-21 10:26:11 +01:00
Adam Reichold
1297f4b2ec Move the UTF-8 string conversion helper to their respective places of use. 2016-02-21 10:20:21 +01:00
Adam Reichold
0eab0ebd94 Move the two low-level file I/O helper to their respective single place of usage. 2016-02-21 10:12:56 +01:00
Adam Reichold
e853629854 Move the external command helper into the external program store singleton. 2016-02-21 10:12:56 +01:00
Adam Reichold
bcda68f6e0 Remove the last safe directory listing functions. 2016-02-21 10:12:56 +01:00
Adam Reichold
747a28014b Begin removing simple pass-through wrapper for POSIX-style file system functions from safegtk module. 2016-02-21 10:07:57 +01:00
Adam Reichold
b62b78e2f8 Move the special directory query helpers into the places browser. 2016-02-21 10:07:57 +01:00
Adam Reichold
e78d29ef35 Move sub directory listing helper to its only place of use in the directory browser. 2016-02-21 10:07:57 +01:00
Adam Reichold
13ebcb0dd0 Move image loader helper functions from safegtk to RTImage module. 2016-02-21 09:59:12 +01:00
heckflosse
174c0cd601 Fix typo in safe_build_subdir_list, fixes #3160 2016-02-20 20:49:09 +01:00
Hombre
34734350be Merge branch 'master' into gtk3 2016-02-20 18:41:33 +01:00
Jean-Christophe
a1e2fda596 Merge pull request #3142 from Beep6581/NewPreviewCanvas
Modified Preview Canvas
Now the image can be shifted off the borders and the 'on preview' geometry can be manipulated outside of the image's domain. This will prepare future enhancement or new features.
2016-02-20 14:10:34 +01:00
heckflosse
a79c67f495 Fix clang compile issue in ipsharpen.cc without losing omp in sharpenHaloCtrl 2016-02-20 14:09:32 +01:00