Commit Graph

109 Commits

Author SHA1 Message Date
torger
540fa3e005 Issue 2001: added vignette filter tool 2013-11-07 08:00:42 +01:00
Ingo
1560035cef Nikon D1x nefs not demosaicing properly, Issue 1088 2013-11-06 22:27:13 +01:00
Hombre
b7e0b0ebab Solving issue 2023: "Pseudo memory leak with Detail window + memory handling optimization"
The Detail window buffers are now freed up when the it is closed. The CIECAM buffers are allocated only if necessary now, and if the single block allocation fails, it will try to allocate it in several blocks.
2013-11-06 00:19:06 +01:00
torger
595f001a44 Minor addition to documentation (ie no functional change) 2013-11-05 09:39:11 +01:00
torger
5c2a7c9c16 Fixed gradient coordinate bugs 2013-11-04 09:40:20 +01:00
torger
3dfdabda6e fixed messing up vignetting correction bug in previous patch for issue 1615 2013-11-03 12:10:18 +01:00
torger
1e2eb4e1c6 Issue 1661: Kodak DCR support 2013-11-03 10:43:53 +01:00
torger
c452ff20b8 Issue 1615: added graduated filter tool 2013-11-03 09:39:04 +01:00
natureh 510
6fabd082d4 Solving issue 466: "DNG makerNote" 2013-11-02 02:35:33 +01:00
Ingo
916b759b8f IGV-demosaic, wrong rendering of top and bottom border, Issue 1908 2013-10-28 23:30:04 +01:00
torger
2ddc43ad76 Issue 1346: flatfield shortcut to current dir; relative paths in .pp3 if referring to files in same dir or subdir 2013-10-26 17:32:56 +02:00
torger
cde9f08ab2 Issue 1880: AHD demosaicer: removed integer rounding trick leftover as the code is floating point 2013-10-25 08:10:55 +02:00
torger
ed1495e6d1 Added more docs; minor Phase One IIQ white level adjustment 2013-10-23 21:21:58 +02:00
torger
9ef10d741a Camconst stuff: now case insensitive matching; print levels and where they come from if verbose; Phase One camconst.json minor fixes and comments 2013-10-23 18:19:46 +02:00
torger
d7dcf1daac Issue 2007: minor dic update, added qualtiy rating to existing entries 2013-10-23 13:34:20 +02:00
torger
87bc2331ed Reverted changes introduced in mistakingly committed changeset e158af8f269f 2013-10-23 13:29:05 +02:00
rtengine/camconst.json
89cbf495bb Minor doc update, added quality ratings to existing entries 2013-10-23 13:10:53 +02:00
torger
194eaa504e - Issue 2013: Sony ARW2 files are now 14 bit as they should be so we get full DR (truncated to 12 bit before), also fixed a buffer overrun bug for ARW2 decoding, black level constants updated to 14 bit
- Added missing Leaf digital back model names in dcraw code
- Issue 2007 (aperture scaling in camconst.json): don't scale black levels, updated doc
- camconst.json can now have several model names per entry (makes the file more compact as many cameras share constants)
- Added Canon 5Dmk3 camconst.json entry, with data from ilias giarimis
- Added a couple of simple Sony entries to camconst.json to show that arw2 is 14 bit now
2013-10-22 14:04:23 +02:00
torger
de17d4722a Issue 2007 (aperture scaling for raw files): committed work in progress. Works, but may be further tuned after more discussion. 2013-10-21 19:04:57 +02:00
Ingo
b341a56f42 Optimization for ImProcFunctions::chromiLuminanceCurve, Issue 2006 2013-10-20 14:47:01 +02:00
Hombre
97cc15597a Solving issue 2009: "RT requires code change to work properly with libpng16" 2013-10-20 02:14:11 +02:00
Ingo
c79a869b45 small correction to SparseConjugateGradient(), no Issue 2013-10-17 22:14:59 +02:00
torger
1b98fe4d18 Issue 2008: fixed camconst.json parse bug; added iso-dependent white levels for Canon EOS 5D Mark II 2013-10-16 21:20:09 +02:00
natureh 510
39f5f6701a Solving issue 1752: "White and black point database", on behalf of Torger 2013-10-16 12:51:11 +02:00
Ingo
0be5030208 Correction to copyData(ChunkyImageData... 2013-10-15 11:31:51 +02:00
Ingo
8441ff8fdd Optimization for ImProcFunctions::firstAnalysis in Filebrowser mode, Issue 1997 2013-10-13 22:57:33 +02:00
torger
ef49110132 fix for issue 1996; better handling of rotated thumbnails 2013-10-11 08:18:52 +02:00
Ingo
e7a3bcabc0 Tonemapping optimization, Issue 1895 2013-10-09 22:40:37 +02:00
Ingo
0d71e1f74e Speedup for Defringe and Badpixelscam, Issue 1972 2013-10-06 13:29:16 +02:00
Ingo
1bdab00430 removes a warning when compiled on Linux, no Issue 2013-09-23 10:23:44 +02:00
michael
f2e601a829 Defringe threshold enhancement (see issue 1801 - thanks, Ingo) 2013-09-20 07:11:39 -04:00
Ingo
ed3b29eee8 Fixes Immediate crash with 4.0.11.52 on WXP32, Issue 1982 2013-09-19 13:51:13 +02:00
jdc
537a018692 solving issue 1974 :CIECAM Hotbad pixel filter is called at every zoom-level 2013-09-16 18:40:29 +02:00
Ingo
d33b0fbce3 SSE-version of SHMap::dirpyr_shmap, Issue 1950 2013-09-16 18:14:58 +02:00
Ingo
59ddcd37ee Speedup for Impulse Noise Reduction, Issue 1970 2013-09-16 13:52:14 +02:00
Hombre
7e26931ecb One step towards "Profile (look) browser" (issue 853): global (bundled) and user's profiles can now be stored in subdirectories.
"Use bundles profiles" added to the Preferences window.
2013-09-16 00:32:44 +02:00
Hombre
0a4b476a02 Solving issue 1934: "Crash on adjusting vertical perspective / rotation" 2013-09-10 21:45:36 +02:00
Hombre
c342288cf7 Solving issue 1947: "RT frequently "forgets" ICM's working profile and crashes shortly after"
Also seems to fix frequent crash on Win32 ( http://rawtherapee.com/forum/viewtopic.php?f=3&t=4628 )
2013-09-10 01:07:53 +02:00
Ingo
7d04b6638d Speedup for Contrast by Detail, Issue 1968 2013-09-09 17:58:45 +02:00
Hombre
d8c681eb50 Solving issue 1955: "Compatibility break with former's Lab "Saturation" slider, now named "Chromaticity" " 2013-09-08 23:07:44 +02:00
Ingo
45a1bfd4d1 corrects an error in Highlight Reconstruction/Colour Propagation, Issue 1965 2013-09-08 19:19:45 +02:00
Ingo
0a6948cabe Why thumbnail-creation is so slow, Issue 1967 2013-09-08 18:44:09 +02:00
Ingo
a2252ee694 Speedup for Highlight Reconstruction/Colour Propagation, Issue 1965 2013-09-04 20:28:19 +02:00
Ingo
bf6ee1ecdb Speedup for 3 functions in rawimagesource.cc, Issue 1964 2013-09-04 20:12:19 +02:00
jdc
d4b9d024b3 Small issue found in Micocontrast on behalf of Reine Edvardson issue 1957 2013-08-26 12:07:43 +02:00
Ingo
91b19a5ee5 Speedup for Line Denoise, Issue 1953 2013-08-24 13:36:33 +02:00
Ingo
789cedcd63 Speedup for Shadows/Highlights HQ mode, Issue 1950 2013-08-21 13:02:12 +02:00
Ingo
ff63c6ea84 Speedup for Hot/Dead pixel filter, Issue 1943 2013-08-18 17:01:11 +02:00
Ingo
bae76be220 Picture turns green after auto CA, Issue 1938 2013-08-14 00:00:54 +02:00
natureh.510
6ee3973549 Smal bugfix of the previous changeset. 2013-08-12 23:13:43 +02:00