Desmis
fb7f65a82d
Fixed bug in denoise + improve algo
2017-12-30 16:06:11 +01:00
Desmis
9713604b12
add bilateral to local denoise and enhanced GUI
2017-12-23 09:34:39 +01:00
Desmis
9a89228f4d
Each section can be enabled for each RT-spot
2017-12-20 13:41:48 +01:00
Desmis
7a826a586d
Add simplified Scope to local denoise
2017-12-18 08:50:49 +01:00
Desmis
db03c16f45
Add DCT to local chroma denoise
2017-12-16 15:24:53 +01:00
Desmis
73b695652c
Add DCT to local denoise - improve denoise - Fixed crash in overexposed area
2017-12-14 08:56:59 +01:00
Desmis
392d2a6769
Merge with dev - save provisory work
2017-12-09 14:32:32 +01:00
Desmis
75cec00e95
merge with dev
2017-11-19 09:08:45 +01:00
Alberto Griggio
e384edba55
fattal: use a common cache for 1:1 detail crops when denoise is turned off
2017-11-17 21:28:17 +01:00
Desmis
4b2563af62
Add simplified Excluding Spot - fixed some bugs
2017-11-10 08:47:11 +01:00
Desmis
53ba84f699
Fixed some bugs and some changes
2017-11-02 13:19:16 +01:00
Desmis
ff26f0642e
Add method symmetric to blur and noise - and some extension
2017-10-25 17:33:58 +02:00
Desmis
baa2d91ee6
add chroma to cbdl
2017-10-12 17:46:31 +02:00
Desmis
a741821acf
In GUI fixed bad Hueref and prep Spot
2017-10-01 09:03:26 +02:00
Desmis
db17c68f1e
Format with astyle 3. changed files
2017-08-17 09:38:27 +02:00
Desmis
7e40527926
add Exposure contrast curve
2017-07-24 10:57:15 +02:00
Desmis
432e123733
Fixed some bugs and first Exposure mode without curve
2017-07-23 14:02:41 +02:00
Desmis
b5ddef00ed
Init new - add GUI and Mip for local vibrance - does nothing
2017-07-15 17:50:32 +02:00
Desmis
4f7d310eb2
Add H=f(H) to color and light
2017-07-13 07:30:51 +02:00
Desmis
d4569233d4
Fix all warnings for improccoordinator.cc
2017-04-09 10:40:10 +02:00
Desmis
398e862b2b
merge with dev - all warnings are not delete - come soon
2017-04-08 19:28:04 +02:00
heckflosse
0e2502a2d2
Merged dev into locallab_dev
2017-03-26 00:49:44 +01:00
heckflosse
9bb5164cce
allow translation of demosaic methods; hide Sub-Image selector for files with onyl 1 raw file; ...
2017-03-22 14:13:51 +01:00
Desmis
456909192c
Provisory fixed bug spot references - but not outside preview
2017-02-23 10:40:18 +01:00
Desmis
1f7ad78e25
merge with dev - I hope no error
2017-02-21 18:02:48 +01:00
Alberto Griggio
7a57e5276a
merged with autowbfix branch
2017-02-16 14:12:03 +01:00
heckflosse
54d1533a7d
Fix autowb issues, fixes #3690
2017-02-15 01:30:41 +01:00
Desmis
c2f161b280
add hash number MD5 to mip files
2017-02-14 13:16:13 +01:00
Alberto Griggio
dca0e41f35
added "Auto White Balance temperature bias" feature
...
This new slider in the White Balance tools allows to alter the computation of
the "auto white balance" by "biasing" it towards warmer or cooler
temperatures. The bias is expressed as a percentage of the computed
temperature, so that the resuling temperature is given by
"computedTemp + computedTemp * bias".
2017-02-12 17:39:52 +01:00
Desmis
6937c369ff
Add mode 'super' for curves-lightness-contrast and suppress bug for cbdl
2017-01-31 11:29:06 +01:00
Desmis
9e1b9f7c19
Add C=f(C) curve and fixed some bugs
2017-01-23 13:06:10 +01:00
Desmis
273e1cb3b2
Init locallabgtk3
2017-01-21 15:34:40 +01:00
Flössie
0bbc84b2af
Merge branch 'master' into clang-tidy
2016-10-18 17:48:50 +02:00
heckflosse
ed42b1239c
Merge cppckeck2 branch into master
2016-10-16 22:13:13 +02:00
heckflosse
e98bd47487
Cppcheck: Fix some warnings
2016-10-12 19:04:06 +02:00
Flössie
0731975ff0
Apply modernize-use-nullptr
...
Setup:
- `mkdir tidy; cd tidy`
- `cmake .. -DCMAKE_BUILD_TYPE=debug -DPROC_TARGET_NUMBER=1 -DCACHE_NAME_SUFFIX=4 -DBINDIR=. -DDATADIR=. -DBUILD_BUNDLE=ON -DWITH_LTO=OFF -DOPTION_OMP=OFF -DCMAKE_EXPORT_COMPILE_COMMANDS=ON`
- `cd ..`
- `find -name '*.cc' -exec clang-tidy-3.8 -header-filter=.* -p=tidy -fix-errors -checks=modernize-use-nullptr {} \;`
2016-10-12 17:48:40 +02:00
Hombre
23011fbd63
Merge branch 'master' into softproofing
2016-10-04 00:04:57 +02:00
heckflosse
3ffe983140
Small code cleanups
2016-09-09 21:54:51 +02:00
heckflosse
ef83e6b591
Removed StopWatches and corrected some bugs from latest commit
2016-09-07 23:34:06 +02:00
heckflosse
0f21a0de6c
Speedups for denoise, fixes #3418
2016-09-07 16:44:16 +02:00
Hombre
7c7cb9f9f1
Bug fix: the monitor profile and softproofing profile are now computed
...
automatically even without special trigger event. The order of the
Monitor Intent is now correct.
2016-08-29 21:04:59 +02:00
Hombre
a1981dbd4d
Merge branch 'master' into softproofing
2016-08-27 23:52:53 +02:00
Hombre
5affa18341
Introducting soft-proofing and Black Point Compensation, simplify the
...
CMM at the end of the pipeline + sparse code refactoring
A new BPC checkbutton has been created in 'Preferences/Color Management'
and in the ICM tool. Better hanbling of widget sensitivity of the output
profile / gamma part of the ICM tool.
2016-08-24 22:32:06 +02:00
heckflosse
7a4cf9aba8
Colourtoning: Always calculate saturation for 'Automatic Saturation Protection' from full image
2016-08-23 19:59:49 +02:00
Beep6581
10f4bf3109
Merged master into rgbcurvesspeedup.
2016-06-02 22:33:34 +02:00
heckflosse
b31225672a
Some new improvements to speed of curve generation (mainly to speedup thumb processing in file browser)
2016-05-31 23:47:01 +02:00
heckflosse
6646c2dc5c
Speedup for thumbnail and editor processing, also reduced base memory usage a bit
2016-05-06 21:51:57 +02:00
heckflosse
2dd2f5ca17
Speedup for thumbnail processing
2016-05-01 00:16:06 +02:00
Desmis
b449e0827b
Init new process gain with curve
2016-02-11 18:21:56 +01:00
Adam Reichold
cefb221220
Remove the redundant isColorProfile dirty flag, but keep updating the monitor profile using processing parameter change events.
2016-01-01 20:10:48 +01:00