heckflosse
13b49f8a54
Use fabs instead of fabsf in LinEqSolve
2016-03-13 14:02:08 +01:00
Hombre
c64a8a6daf
Crop borders detection area has been enlarged from 6px to 9px, and the
...
800% limit bug has been fixed. Fix issue #3205 .
2016-03-12 12:02:20 +01:00
Beep6581
ffd403140d
Regenerated translation files.
2016-03-11 18:29:10 +01:00
Jean-Christophe
aef24efc4d
Merge pull request #3197 from Beep6581/enhanced-edit-mecanism
...
Enhanced edit mecanism
2016-03-09 19:04:04 +01:00
Hombre
7ec1a01f3d
Merge remote-tracking branch 'origin/master' into enhanced-edit-mecanism
2016-03-09 18:51:36 +01:00
Hombre
7dfacf6ff4
Adding comments
2016-03-09 18:50:56 +01:00
Hombre
30b5949fd5
Advice from Adam taken in account.
2016-03-08 00:50:01 +01:00
Beep6581
0e0f5dd80d
Shortened DMG image filename, closes #3162
2016-03-07 17:59:21 +01:00
Ingo Weyrich
b3f6f1c1b5
Merge pull request #3199 from Beep6581/xtransnew
...
About 3x speed for raw false colour suppression
2016-03-06 23:37:21 +01:00
Beep6581
cf68a0f930
Added Canon EOS 6D DCP
2016-03-06 23:10:09 +01:00
Beep6581
e2691b784a
Merge pull request #3192 from aserebryakov/master
...
buildRT script updated by aserebryakov due to project migration to GitHub
2016-03-06 21:14:10 +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
Alexander Serebryakov
fede85d339
buildRT script updated in due to project migration to GitHub
2016-03-03 21:36:40 +02:00
Hombre
18764846da
Merge branch 'master' into enhanced-edit-mecanism
2016-03-03 00:28:12 +01:00
Hombre
06c26ff1b3
Enhanced edit mechanism, with "element picking" possibility
2016-03-03 00:25:10 +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
da9df6dfec
restore some accidently removed labels, fixes #3190
2016-03-01 23:43:34 +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
Beep6581
98dd99103d
Added new DCPs
2016-02-28 22:56:40 +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
Beep6581
583a73774b
Added DCPs, closes issue #2989
2016-02-26 23:26:15 +01:00
Adam Reichold
00a0da32a9
Fix #3181 by store the filename which will be unset when the entry is deleted and hence cannot be bound by reference.
2016-02-27 19:20:41 +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
Adam Reichold
d8e41eaeaa
Fix #3711 by using the method to clear a combo box which is correct in version 2 and 3 of Gtk+.
2016-02-27 09:44:14 +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
43c316f43b
Remove unused and uninitialized key 'ThumbImageOffset' from cache
2016-02-26 13:27:43 +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
Beep6581
3f85ee00e9
Add commented-out line for inclusion of gdb.exe in debug builds, issue #3060
2016-02-23 22:08:22 +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
Beep6581
89a060b89d
Update WindowsInnoSetup.iss.in
2016-02-23 15:45:10 +01:00
heckflosse
686b25f33d
Fix LensId Issue with Fuji DNG files
2016-02-23 15:31:26 +01:00
Beep6581
b2b9eb5ab1
Update README.md
2016-02-23 10:18:13 +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