Commit Graph

151 Commits

Author SHA1 Message Date
Emil Martinec
80bc1a6afc Removing dirpyrLab_denoise.cc (deprecated code); implementing fix in issue 1084 (now moved to color.cc). 2012-03-19 07:44:42 -05:00
Emil Martinec
b263308ca1 Bugfix for detail window crash, and code cleanup. 2012-03-18 11:23:40 -05:00
Oliver Duis
303673870d New camera color profile: Canon Powershot G12
see issue 1281
2012-03-17 11:27:52 +01:00
Oliver Duis
2a507c8615 Code cleanups
on behalf of Lebedev, see issue 1279
2012-03-16 15:22:27 +01:00
Oliver Duis
d520543462 New camera color profile: Canon 40D
see issue 1280
2012-03-16 15:15:40 +01:00
michael
3c95953725 Fix for NR gamma, NR Ldetail history message and History NR decimal values 2012-03-15 23:40:49 -04:00
Oliver Duis
62098bddd3 Automatic support for CaptureOne and hacked Nikon ICC profiles
see issue #1274
2012-03-15 17:44:21 +01:00
Emil Martinec
25417b2d36 Removed some problematic OpenMP calls. 2012-03-12 10:55:01 -05:00
Emil Martinec
9d0d552abe UI bugfixes (thanks Michael). 2012-03-10 22:21:23 -06:00
Emil Martinec
05bf171f9c Tile processing implemented. Somehow in recent commits, NR settings are not being saved consistently in the pp3. 2012-03-10 15:12:47 -06:00
Emil Martinec
e1c38c6030 Restoring a file inexplicably lost during the merge. 2012-03-08 20:50:43 -06:00
Emil Martinec
f47b4b5bb0 Merge from default. Hope I did it right... 2012-03-08 20:27:30 -06:00
Emil Martinec
380728e1f0 Minor updates, code cleanup. 2012-03-08 14:52:57 -06:00
Emil Martinec
0f21937c02 GUI update, thanks Michael! 2012-03-04 17:10:25 -06:00
Emil Martinec
04971bdd96 Fixed gamma call in deprecated dirpyrdenoise code. 2012-03-04 12:21:01 -06:00
natureh
6bfbcb849c Correction of an assertion in array2D.h which had became uneffective due to the last change. 2012-03-03 10:52:08 +01:00
Emil Martinec
16947d6450 More code cleanup. 2012-03-02 10:08:39 -06:00
Emil Martinec
3d8c7801ba Improvements. Some code cleanup. Nearing final version. 2012-03-01 22:53:51 -06:00
natureh
dd93fff44c Committing patch from issue 1240: "Partial profile handling" 2012-02-26 03:23:08 +01:00
natureh
c21fa69aea Suppressing loads of GCC warning about automatic typecasting ambiguity 2012-02-26 01:05:57 +01:00
natureh
ea5a4f73cf Applying patch from issue 1257: "Code cleanup: removal of unnessesary variables, fixed C-style pointer casting" on behalf of lebedev 2012-02-25 16:10:20 +01:00
Emil Martinec
2dfd780308 Fix for user interface refresh from Michael Ezra. 2012-02-14 01:08:48 -06:00
Emil Martinec
10354bc8fe Minor improvements to chroma denoise; still loses to much low amplitude chroma detail. 2012-02-13 09:29:59 -06:00
ffsup2
d2980caba5 Fix for Auto White Balance when photo is in queue (rawData was null)
Thanks to marco42
2012-02-12 21:23:27 +01:00
Emil Martinec
17d9483495 Adding boxblur.h. 2012-02-12 09:58:30 -06:00
DrSlony
0e2ebf5c5f Removed printf "silpleprocess calling autoexp\n" from simpleprocess.cc. See issue 1238 2012-02-11 01:19:48 +00:00
Emil Martinec
c492509175 Wavelets replace edge-preserving blur in first stage filtering. Much improved performance for about the same time cost; memory still an issue. 2012-02-08 23:47:31 -06:00
Emil Martinec
163098df71 Patching dual tree complex wavelet code. It works now... 2012-01-27 20:57:47 -06:00
Emil Martinec
325d8d1620 Instituting denoise branch to work on improvements to RT denoise. Most definitely a work in progress, but the patch is becoming quite complicated so it is definitely worth having it backed up on Google code. 2012-01-22 21:42:07 -06:00
natureh
66f1376131 Solving issue 1206: "Caveats file handling". May also solve issue 1089: "About RT: version window disappears". This patch also cleanup the Gamma tool a little bite. The CAVEATS.txt is optional and may be deleted in future release. 2012-01-18 00:20:19 +01:00
jdc
9ff878c0d8 little correction for tags Output profiles 2012-01-15 18:36:20 +01:00
jdc
c1ece88d07 modification of LUT of Output-profiles Output-gamma Free-Gamma, suppression of discontinuity 2012-01-15 18:32:37 +01:00
natureh
b5bf0a8c88 Solving issue 1001: "Auto WB is saved as Custom in profile files" and 929: "Crash on image open with WB method = Auto" with a different workaround 2012-01-11 02:06:23 +01:00
natureh
db32301fa7 Solving issue 1196: "Strange blown highlights with control cage tone curve in 32 bit release builds" 2012-01-11 01:50:10 +01:00
DrSlony
977094a912 Code cleanup: size() vs empty(), possible memleaks, initialization list order. On behalf of lebedev.ri, see issue 1195 2012-01-08 17:35:33 +00:00
DrSlony
02e6d9e9a5 Code cleanup: removal of unnessesary backslashes, committed on behalf of lebedev.ri, issue 1162 2012-01-02 15:00:48 +00:00
Oliver Duis
3c7d1db7e3 New camera color profiles: Canon 5D, G10, Nikon D3100; DCRAW cleanups
see issue 1186
2012-01-01 20:37:34 +01:00
Oliver Duis
f33eee1f77 Update to DCRAW 9.12, adding new cameras
see issue 1179
2011-12-30 11:57:11 +01:00
jdc
f9885117b4 New Output Profiles see #issue1166 2011-12-25 07:57:59 +01:00
Hombre
4caeb2b0fb Adding 2 lines forgotten in the previous WB patch: the LED profiles wasn't applied. 2011-12-24 15:57:48 +01:00
michael
a223ba50ea Neutral Levels & tooltips (issue 1161) 2011-12-18 19:12:47 -05:00
michael
815ba5b321 Major rework of headers inclusion style Part2 on behalf of lebedev.ri (issue 1079) 2011-12-17 12:14:44 -05:00
michael
bf71a01ca5 Major rework of headers inclusion style on behalf of lebedev.ri (issue 1079) 2011-12-17 12:08:57 -05:00
Emil Martinec
d5c07f18b5 Bugfix :) for flat field correction bugfix :( 2011-12-16 11:25:46 -06:00
Hombre
02f1a0b2f5 Patch from issue 1131: "Predefined White Balance values". 2011-12-16 01:37:22 +01:00
Emil Martinec
ce1e28c03f Implementing RGB curves. 2011-12-15 09:43:22 -06:00
Emil Martinec
f3826e82a9 Bugfix for flatfield correction tool. 2011-12-14 15:10:00 -06:00
Michael Ezra
768b416eeb Crop ratios: new values, code optimization (issue 1153) 2011-12-12 15:58:20 -05:00
michael
18a91f0ca0 File browser filter: Exposure Compensation (see issue 1003)
In order to use this new filter with previously browsed thumbnails there are 2 options:
Option 1. Global fix: clear cache/data folder

Option 2. Local Fix: select thumbs, right click, Cache /Clear from cache - partial
   reload folder in file browser
2011-12-06 19:33:37 -05:00
natureh
98f277e0ed Solving issue 1084 (please confirm): "White rectangles appear in the final image file". See also issue 1112, comment 150. 2011-12-03 19:10:34 +01:00