11420 Commits

Author SHA1 Message Date
Hombre
ee994d36e9 Small correction in a french string 2010-09-15 02:12:23 +02:00
Hombre
4e7c3158dd bug fix or syntax correctness... 2010-09-14 23:36:45 +02:00
Wyatt Olson
ee3b7b5e2a Cleaned up and sorted all language files. Removed duplicate keys from English (UK). Added Serbian translation (thanks to gpopac for this). Added LICENSE and README files to languages to assist translators (and to remove the license comments from each file, as this messes up automated sorting). 2010-09-14 15:20:21 -06:00
Hombre
56620cd0c0 Updating French strings 2010-09-14 22:36:25 +02:00
Emil Martinec
8efac28819 Added a "gamma" slider to pyramid NR. Noise reduction is carried out with L channel mapped to that gamma. Default value is 2.0; lower values increase shadow smoothing, higher values smooth highlights more. Unfortunately adjusting this slider interacts with the other two, so all three have to be iteratively adjusted to achieve a desired result. 2010-09-14 12:55:56 -05:00
Philip Rinn
dbea6d601e Add .hgignore back as it was deleted. 2010-09-14 10:17:08 +02:00
Andrey Skvortsov
58c887a445 glib threadpools experimental in thumb updater 2010-09-14 00:05:56 -07:00
Emil Martinec
d556f04ddb Added a threshold slider to the impulse denoise tool. At large values it can lead to a bit of cratering, but otherwise it allows some flexibility that is useful as a precursor to the pyramid denoise filter. Small values on the slider are less impulse NR, larger values yield more NR. 2010-09-14 00:47:44 -05:00
Emil Martinec
1820978df4 Added a threshold slider to the impulse NR tool. Large values can cause cratering, but otherwise this should be a good precursor to pyramid denoising. 2010-09-14 00:08:23 -05:00
Andrey Skvortsov
da0faec489 try to fix Issue 221: Segfaulting RT. severe mem leak in thumb threading 2010-09-13 18:13:20 -07:00
Andrey Skvortsov
71b2f5b33e fix bilinear openmp bug 2010-09-13 18:10:30 -07:00
Andrey Skvortsov
ca2d13c442 severe memory leak in thumbimageupdater._process 2010-09-13 17:54:29 -07:00
Andrey Skvortsov
24a457f320 fix small bug in openmp of bilinear 2010-09-13 17:37:21 -07:00
Ilia Popov
cfbc6a511c Fixed a bug with crash if pressed any key in batch queue panel; some minor code changes to shortcut keys handling 2010-09-14 01:35:47 +02:00
Ilia Popov
8e404c95a2 Some shortcut keys for file browser panel 2010-09-14 00:57:50 +02:00
ffsup2
bafa38e5ed Move dark shots.
free() fixes.
2010-09-13 23:55:07 +02:00
Emil Martinec
6efd078f56 A patch for the patch. As far as I can tell, the NR tools now update properly. 2010-09-13 14:41:14 -05:00
Emil Martinec
c96bbfb378 A patch for the patch. As far as I can tell, the NR tools now update properly. 2010-09-13 14:41:14 -05:00
Emil Martinec
32eb2090c3 Adding luminance impulse denoising and directional pyramid denoising. 2010-09-13 03:35:02 -05:00
Emil Martinec
f52e8a69b4 Adding luminance impulse denoising and directional pyramid denoising. 2010-09-13 03:35:02 -05:00
Philip Rinn
f33fd05b4e Reapplied Wyatts patch (revision fe0e0d7a47) as it got lost by Andreys patches. 2010-09-13 10:47:56 +02:00
Philip Rinn
d1b551466f Reapplied Hombres patch (revision c006f93a5f) as it got lost on the way. 2010-09-13 10:44:42 +02:00
Andrey Skvortsov
800e82b762 separate settings for preview and batch 2010-09-12 23:36:29 -07:00
Andrey Skvortsov
8fda0ec9fa resolved conflict 2010-09-12 17:36:46 -07:00
Andrey Skvortsov
7bda6b0f97 bilinear raw conversion very fast and with openmp 2010-09-12 17:30:44 -07:00
Andrey Skvortsov
d7e3d8f52b bilinear raw conversion very fast and with openmp 2010-09-12 17:25:53 -07:00
Andrey Skvortsov
fb5c03691b commit after pull 2010-09-12 17:10:28 -07:00
Andrey Skvortsov
a5d9a88f11 Bilinear demosaic extremely fast and simple. 2010-09-12 17:09:04 -07:00
Hombre
b3f44005bb Bugfix : the image file was not saved if the path or the filename were containing non ASCII chars (seen on Winddows) 2010-09-13 01:27:06 +02:00
Wyatt Olson
632a4b3812 Re-added empty English US for backwards compatibility 2010-09-12 07:27:18 -06:00
Andrey Skvortsov
5cc9fdf758 Fix minor error/crash compiled in release. Bilinear speed is awesome in release -03 -fopenmp . Need to add option Prevew and Batch for processing now! 2010-09-11 23:40:11 -07:00
Andrey Skvortsov
7a3942aaab Bilinear demosaic from dcraw + omp support. Faster then light! Great for previews. 2010-09-11 23:05:36 -07:00
askv
46078450a9 Optimize image interpolation step before demosaic with omp parallelisation 2010-09-11 22:06:46 -07:00
Wyatt Olson
e232d8eb2e Removed debugging statements 2010-09-11 21:22:46 -06:00
Wyatt Olson
3d566919b9 If a key does not exist in any translation, it returns the key instead of empty string. 2010-09-11 20:55:28 -06:00
Wyatt Olson
815d8066cf Loading of translations is now done in a hierarchical manner. New translations are added to default; you can then specify the language and the locale, and you only need to override the differences. 2010-09-11 20:41:10 -06:00
askv
5bf5ce84b8 profile load openmp 2010-09-10 21:57:40 -07:00
askv
6505649fff omp for getImage in rawimagesource.cc 2010-09-10 20:38:55 -07:00
askv
f45a801e19 omp for getImage in rawimagesource.cc 2010-09-10 20:38:55 -07:00
askv
2f5c2959bb omp for olympus G channel compensation loops 2010-09-10 00:29:52 -07:00
askv
5778a5316c set some threads to THREAD_PRIORITY_LOW 2010-09-09 23:49:24 -07:00
askv
609213fb57 commit after pool and conflict fix 2010-09-09 20:31:25 -07:00
askv
aa77b69443 commit after merge with trunk 2010-09-09 20:26:00 -07:00
askvortsov
459a8e4b0e if no b/a area enabled some speed up when opening images 2010-09-09 16:17:56 -07:00
Hombre
ee382db3bd Fix issue 213 : TIFF always compressed regardless the setting in batch queue manager 2010-09-09 22:17:48 +02:00
Hombre
0a000ec517 Adding a fast demosaicing method, actually selectable by the user
Border handling aside, fast_demo will show how to use the slicer class ; you can already edit the first "Block" object to specify a demosaicing sub-region
2010-09-09 01:33:18 +02:00
Hombre
ee1443ab51 Fix issue 171 and 210, and change the name format of the pp3 files : now keep the output image extension in it, to avoid overwriting the pp3 file of an image with the same name, but with a different extension.
For consistency, the filename of the pp3 saved next to the output image in batch mode is modified in the same manner.
2010-09-08 00:37:24 +02:00
askv
84ecfe412a classic rt UI ! 2010-09-06 14:54:45 -07:00
Michal Thoma
1c409649c3 Using ZIP compression for TIFF files & fix digikam compatibility (fixes issue 107 and issue 108) 2010-09-04 15:28:10 +02:00
Ilia Popov
e1f277ae69 Install rtstart into BINDIR (on UNIX). RawTherapee can be started from different dirs now. (closes issue 184) 2010-09-03 11:07:49 +02:00