7744 Commits

Author SHA1 Message Date
Emil Martinec
156bccb257 Added image to rtdata/images, and French localization to shortcuts. 2010-08-15 19:02:37 -05:00
Emil Martinec
89dd765c40 Keyboard shortcuts. 2010-08-15 16:59:39 -05:00
Emil Martinec
861703c7a3 Bugfixes for AMaZE and CA_autocorrect. The previous changeset was flawed. 2010-08-08 08:29:35 -05:00
Emil Martinec
1481226e3e Bugfixes and improvements for AMaZE and CA_autocorrect. Fixes issues with highlight interpolation, and improves accuracy of CA parameters estimation. 2010-08-07 14:29:37 -05:00
Emil Martinec
c40a34abf8 Patch for AMaZE highlight interpolation bug. 2010-08-06 19:28:28 -05:00
Emil Martinec
3c3f88006c Fix for compilation inder Win64: use uintprt_t for pointer arithmetic for alignment purposes 2010-08-06 14:27:19 -05:00
Emil Martinec
ab95e09a68 Bugfixes for AMaZE. Fixes many issues with artifacts in regions of clipped highlights. 2010-08-04 09:33:52 -05:00
Emil Martinec
45c0c817a3 Patch for the patch for the patch on exposure ;) This one should fix autoexposure... 2010-08-03 18:02:02 -05:00
Emil Martinec
76cd86742d OpenMP for AMaZE. 2010-08-01 16:37:54 -05:00
Emil Martinec
b559a1dda4 Fix for Win64 compilation. 2010-08-01 14:51:08 -05:00
Emil Martinec
b47930c301 Timing for DCB. 2010-08-01 14:47:31 -05:00
Emil Martinec
af79badffe Patch on the exposure patch ;) 2010-07-31 16:07:14 -05:00
Emil Martinec
e39dd457dd Patch to fix behavior of Exposure slider. Corresponding bugfix for autoexposure. 2010-07-31 02:11:54 -05:00
Emil Martinec
db4de44e30 Minor bugfix for AMaZE, highlight recovery issue is not addressed. 2010-07-27 12:11:50 -05:00
ffsup2
5ebf62d6d3 dcb bugfix with some image sizes. 2010-07-22 22:38:59 +02:00
ffsup2
2bcbcc0c12 Ported updates to dcb from author Jacek Gozdz 2010-07-21 23:39:36 +02:00
Ilia Popov
eb24ebe041 Fixed progress indication for AHD demosaic; code formatted 2010-07-21 22:34:52 +02:00
Ilia Popov
54bcc00087 Fixed compilation warning on hlmultipliers.cc: moved inline functions from rawimagesource.cc to rawimagesource_i.h 2010-07-21 21:48:40 +02:00
Emil Martinec
a9f2594602 Bugfix for AMaZE. 2010-07-17 16:28:50 -05:00
Hombre
eced905191 French catalog updated : new strings added and strings reordered like the English(US) reference catalog. 2010-07-17 12:00:12 +02:00
Emil Martinec
0cede4385e Bugfix for AMaZE. 2010-07-15 13:25:52 -05:00
Hombre
a645b0a804 New curve type : "cage control" 2010-07-14 22:57:47 +02:00
ffsup2
f16761ac95 Correct crash when closing editor Panel with hidden history
Remeber last option about hidden/shown panel
2010-07-14 22:11:07 +02:00
Emil Martinec
24ae99fb02 Bugfix for CA_autocorrect. 2010-07-12 13:28:16 -05:00
ffsup2
04c995f329 preview crop size doesn't count right and bottom border. 2010-07-11 21:06:25 +02:00
ffsup2
d8ce8c00ae Adding images included with last commit 2010-07-09 15:21:31 -06:00
ffsup2
4191995030 Different icons for batch queue 2010-07-09 22:41:20 +02:00
ffsup2
3eaecdb427 Some options in batch panel are not effective and not saved:
Save processing parameters with image
Uncompressed TIFF
2010-07-07 20:59:50 +02:00
Hombre
fe88ca68ca Updated french strings 2010-07-07 13:34:36 +02:00
Hombre
d95cf20c98 Cosmetic of the parametric curve editor + reset button added for the curves 2010-07-07 10:51:30 +02:00
Emil Martinec
757fa3b54e bugfixes for AMaZE. 2010-07-06 15:51:51 -05:00
ffsup2
c6a774f821 Crash when launching RT after last directory selected has been deleted. Issue #131
For some strange reason Gio exceptions are not catched well: inserted a test to verify file existence before accessing it.
2010-07-06 21:37:52 +02:00
Hombre
6885b6f76a In curve editor, point suppresion behaviour has been modified as follow :
- intermediate points are deleted when going outside its four bound (top/bottom side of the graph, and X of the points on its left/right)
- for convenience, first and last point are stopped by the graph border and deleted when going over the X of the point on its right/left respectively
2010-07-06 00:03:51 +02:00
Hombre
aacdc1ee0f Added empty.png as support for curve enhancement patch 2010-07-05 13:45:19 -06:00
Hombre
28feec5dd9 Enhanced curve editor :
- graphical celan up (surrounding frame deleted, histogram realigned)
- a feedback tell what point is going to move
- on Button press, the point doesn't move to the cursor anymore. Instead, the cursor
  is hidden during the drag and reappear in the same place it disappeared
- by default, a 0.5 factor is used to move the point during the drag
  (i.e. you have to move the move of 2 pixel to move the point of one pixel)
- keyboard can be used to fine tune the point position (subpixel placement) :
   - CTRL : factor = 0.1
   - SHIFT : factor = 0.02
   - CTRL+SHIFT : factor = 0.005

In the mean time, i had to create a new "Empty" cursor to hide it.
A new method has been created to easily modify the cursor of the main window.
2010-07-05 14:54:34 +02:00
Ilia Popov
6d5fc87c3d Wavelet equalizer: changed to edge-avoiding wavelets (as of Fattal) 2010-07-03 23:44:08 +02:00
Ilia Popov
2e3d6d156e Wavelet equalizer: added buttons C+,N,C-; some small fixes 2010-07-03 00:58:14 +02:00
Ilia Popov
7b35381546 Wavelet equalizer inprovemts and fixes
-now works in Lab space (on all three components)
-now works in preview (but only at 100% scale, as sharpening and denoise)
-several small fixes and refactorings
2010-07-02 21:49:02 +02:00
ffsup2
fdc4e1672b Stack overflow patch for line denoise 2010-07-02 20:08:43 +02:00
Ilia Popov
e0c25b4db6 Added wavelet equalizer module 2010-06-30 23:28:45 +02:00
Wyatt Olson
e37b23ae8b Fix to new dcraw 2010-06-30 12:45:43 -06:00
Wyatt Olson
d3868b5dbf Updated dcraw to version 9.03, updated the patch, and added a patch README file to explain how to patch dcraw in the future 2010-06-30 10:43:44 -06:00
Wyatt Olson
e564b95070 Updated dcraw to version 9.03, updated the patch, and added a patch README file to explain how to patch dcraw in the future 2010-06-30 10:43:31 -06:00
ffsup2
894e0cd977 Added DCB progress 2010-06-29 23:11:00 +02:00
ffsup2
0f38d995cc Some minor optimizations and bug fix 2010-06-29 00:30:01 +02:00
ffsup2
3d4af491a6 DCB tiled and openMP support 2010-06-28 00:16:49 +02:00
Hombre
888e162dd6 Filter behaviour modified :
- if no controle key is pressed, you can set 1 of the 8 filters
- if control key is pressed, you can add/remove stars individually
- if shift key is pressed while clicking on a star :
    - if there's no star switched on, it switch on the star
      from "unrated" up to the clicked stars
    - if 1 star is switched on, it switch all the stars beetween
      this one and the clicked one
- if there's more than 1 star switched on, the click is ignored
    - controle + shift -> the click is ignored
The "unrated" toggle is now part of the range and should be understood as "Rank 0".
2010-06-26 04:09:55 +02:00
Emil Martinec
d6ae133924 Green channel equilibration algorithm, for cameras such as Olympus, Panasonic, Canon 7D, etc that have different properties for the G1/G2 channels of the Bayer color filter array. In addition, minor changes to line denoise and CA_correct. 2010-06-24 11:29:52 -05:00
a3novy
7367521feb Updated Japanese language file 2010-06-23 21:20:41 -06:00
ffsup2
0cc3a63616 DCRAW update to 9.02
Canon 550D, FUJI FinePix, OLYMPUS and PANASONIC corrections,SONY A450,A500,A550,SONY NEX
2010-06-16 22:28:27 +02:00