Commit Graph

70 Commits

Author SHA1 Message Date
Emil Martinec
c89c40eb65 Bugfix for contrast slider. 2011-01-19 21:37:42 -06:00
Hombre
d1ec868d14 Behaviour of the history of the HL recovery tool has been normalized, bug correction in the preference window (messages of the dark frame tools weren't handling special chars). 2011-01-20 02:57:02 +01:00
janrinze
b17a439536 fix bug for rotation of jpeg, tiff and other non-raw files 2011-01-20 00:32:09 +01:00
janrinze
36b7d20f9b openmp fix for sharpen only edges. 2011-01-19 23:23:39 +01:00
janrinze
86e0660125 fix memory leak during image conversion in simpleprocess.cc 2011-01-18 16:08:05 +01:00
ffsup2
e3957e6c5d Bugfix: WB slider crashed application ( issue #251 ) 2011-01-15 22:57:10 +01:00
Emil Martinec
6e697af423 Reverting changeset 3875fc1b894b (pyramid denoise 'improvements'). 2011-01-15 02:03:39 -06:00
Emil Martinec
5be2dcb129 Fixing hot/dead pixel filter. See issue 410. 2011-01-15 01:49:07 -06:00
Emil Martinec
6f1654d8fe Improvements to histogram in curves tools. Now histograms in curves tools are not modified by changes in curves themselves. 2011-01-11 17:51:59 -06:00
Emil Martinec
4717653626 Fixing bug to display histogram in curves tools. 2011-01-10 20:34:54 -06:00
Emil Martinec
15517c0c5d Fixing bug in ComplexCurve. 2011-01-08 16:57:36 -06:00
jdc
291a0f5cac exposure before interpolation from branch default 2011-01-07 07:06:46 +01:00
Emil Martinec
3f89758a8d New highlight recovery tool. Highlight recovery threshold slider added. 2011-01-05 20:39:34 -06:00
ffsup2
bff0fa58a5 Other printf under if 2011-01-05 21:55:36 +01:00
ffsup2
4c18afd84d Added PixelsMap class and improved optimization with long
(removed non portable BYTE type)
2011-01-02 23:47:12 +01:00
Emil Martinec
610bec315d Fixing bug in autoexposure in combination with highlight reconstruction. 2011-01-02 01:05:55 -06:00
Hombre
9fa432880c Transferring loads of array variables from Stack to Heap 2011-01-01 03:28:27 +01:00
Hombre
f1f51b21d8 Bilinear demozaicing method suppressed (it were containing a huge memory leak and gave worse result than "Fast", while being really marginally faster), and 2 unused files removed 2010-12-29 15:30:06 +01:00
ffsup2
0762333b26 Removed %zu format for portability on Windows.
Crashes reported if Verbose=true
2010-12-28 23:27:06 +01:00
Oliver Duis
f334658c3a OpenMP for green equ. on behalf of Jacques Desmis; see issue #427 2010-12-24 16:18:24 +01:00
Oliver Duis
f4af2ac17c CFA line denoise improvements, on behalf of Emil and Jacques; see issue #408 2010-12-21 22:42:37 +01:00
Emil Martinec
38edfd3ec6 Improvements to pyramid denoise, to use neighborhood median of denoise correction to smooth results. 2010-12-20 19:24:28 -06:00
ffsup2
64e3f5ff07 Merge EXIF update 2010-12-19 16:05:28 +01:00
ffsup2
a37bd7dd1f Reordered and updated canon EXIF 2010-12-18 12:41:24 +01:00
ffsup2
58b108b372 Fix for lenses on Nikon D300s 2010-12-13 22:39:23 +01:00
janrinze
61ad17013c improve zoomed preview with gamma correction on non raw files 2010-12-13 20:37:28 +01:00
janrinze
9bf9b6a083 fix for zoomed images when no a raw file but size does not match the n*skip height. (don't know a better description) 2010-12-12 19:58:17 +01:00
janrinze
2a1f3c17d0 make smoother zoomed preview OpenMP enabled and fix for edges which can cause crashes. 2010-12-12 19:14:58 +01:00
Emil Martinec
98a4daf9af Fix for smoother zoomed out preview images. Instead of point sampling every 'skip' number of pixels, pixels are binned in 'skip*skip' size blocks. 2010-12-12 07:47:41 -06:00
ffsup2
717e9db958 Fix for Fuji EXIF reading 2010-12-11 18:33:31 +01:00
Emil Martinec
c65a22cc26 Bugfix for CA red/blue slider reading from keyFile. Improvements to CA autocorrect performance. 2010-12-11 08:50:06 -06:00
ffsup2
74e9b64fc7 Fix for Fuji live thumbs (bad size) 2010-12-11 11:36:25 +01:00
Hombre
791fabf64b Merging 2010-12-11 02:53:01 +01:00
ffsup2
222b6628b9 Changes to make dcraw C++ 2010-12-09 00:29:00 +01:00
ffsup2
e09f72395f PPG demosaicing not used 2010-12-08 23:45:06 +01:00
ffsup2
93ca6c6b86 Merge latest bugfixes 2010-12-08 23:08:09 +01:00
Emil Martinec
fa3267cf7c Bugfix for darkframe manager committed on behalf of Fabio. 2010-12-08 12:28:00 -06:00
Hombre
07a34f84fa I shouldn't have comitted that procevents.h ... 2010-12-08 00:23:49 +01:00
Hombre
a3e30e0d05 I shouldn't have comitted that procevents.h ... 2010-12-08 00:22:55 +01:00
Hombre
09f2a22ce0 Small cleanup and bugfix, language strings correction and adding a "block" method to the Adjuster class 2010-12-08 00:14:53 +01:00
Hombre
4b63fc15a0 Small cleanup and bugfix, language strings correction and adding a "block" method to the Adjuster class 2010-12-08 00:10:51 +01:00
Steve Herrell
dca28c8f6e Make setjmp in jpeg code thread safe. 2010-12-07 11:25:37 -05:00
ffsup2
4d26c18fae Fix bug with dcb 2010-12-05 19:43:28 +01:00
ffsup2
d627b3f7ef moved scale_colors 2010-12-05 19:42:34 +01:00
Steve Herrell
3edfd841eb Handle unsupported embedded thumbnails correctly. 2010-12-04 13:28:50 -05:00
Steve Herrell
687ba597c2 Fix the PPM fix. It broke the jpeg embedded thumbs, they weren't being shrunk. 2010-12-03 15:36:39 -05:00
Emil Martinec
c39cadc6d4 Applying Steve Herrell's bugfix for AMaZE. 2010-12-03 07:00:15 -06:00
Emil Martinec
40264266d5 Applying Steve Herrell's bugfix for AMaZE. 2010-12-03 06:55:30 -06:00
Oliver Duis
f52810e56b Fixed crash on faulty JPGs by GreatBull69; see issue #362 2010-12-03 11:06:29 +01:00
Emil Martinec
91fb116816 Fixing history messages for Defringing and Impulse NR. 2010-12-02 14:06:36 -06:00