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
Flössie
2d743bfe7f
Provide a better std::enable_if<>
solution
2016-11-10 18:04:06 +01:00
Flössie
b3bc325934
Add integral Threshold::operator ==(Threshold)
...
Kudos to @heckflosse for reminding me what C++11 is about. :)
2016-11-09 20:57:23 +01:00
Flössie
4ee191487e
Fix uncritical warnings in rtengine/procparams.h
2016-11-09 19:28:14 +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
Hombre
50165dab20
Merge branch 'master' into softproofing
2016-10-16 01:45:52 +02:00
heckflosse
3625643392
Cppcheck: Fixed bug from last commit. Also added some new fixes
2016-10-13 17:37:08 +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
Flössie
d132149a26
Introduce rtengine/noncopyable.hpp
2016-10-08 15:36:44 +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
Beep6581
10f4bf3109
Merged master into rgbcurvesspeedup.
2016-06-02 22:33:34 +02:00
heckflosse
5c14573be7
cleaned code a bit, also added a small speedup
2016-05-08 23:16:23 +02:00
Desmis
a742e3a7ba
merge master into retinexgain
2016-05-01 08:53:52 +02:00
Ingo Weyrich
c9b89f3d19
Merge pull request #3189 from Beep6581/cacorrect
...
Speedup and code review for raw ca correction
2016-03-02 17:11:43 +01:00
heckflosse
cbc88a5804
Additional Speedup for CA-Correction, also included a prototype to allow strength of Auto-CA-correction
2016-02-28 22:08:07 +01:00
Desmis
5f988861b0
Init CBDL before Black and White
2016-02-19 16:58:23 +01:00
Desmis
a21deef3de
GUI improvment and re-introduce scale
2016-02-12 12:51:46 +01:00
Desmis
b449e0827b
Init new process gain with curve
2016-02-11 18:21:56 +01:00
Desmis
4e229fe928
update retinexadd with master 4d6833c
2016-01-03 15:48:22 +01:00
Desmis
f74e4b0dd2
Fixed numerous bug and add Preview for mask and transmission
2015-11-13 08:45:24 +01:00
Desmis
44490e81ae
Add mask method
2015-11-12 08:58:07 +01:00
Desmis
04478c3b94
Fixed segfault bug and add strength gradient
2015-11-09 07:57:22 +01:00
Desmis
1892bbf772
Init retinex add tone-mapping
2015-11-07 18:47:37 +01:00
Desmis
d669f2ff2e
change gamma and log
2015-10-13 14:49:37 +02:00
Desmis
257d4bf54e
Suppress 2 sliders and add hue-curve
2015-10-10 08:56:55 +02:00
Desmis
731ccb3ef5
Add 2 methods for magenta highlight
2015-10-05 15:19:36 +02:00
Desmis
645791fd71
enhancement gamma free retinex
2015-09-18 17:23:44 +02:00
Morgan Hardwood
8291e8375c
Merged retinex-yoni1 into master
2015-09-16 20:15:40 +02:00
Desmis
e9a8a6f32b
Gamma before-after Retinex to restore tones
2015-09-16 18:47:11 +02:00
Morgan Hardwood
03d7fe8f37
Simplified curve defaults code
2015-09-15 21:11:04 +02:00
Morgan Hardwood
5aa6f7861a
Dehaze tool renamed to Retinex, GUI fixed, defaults changed
2015-09-11 21:04:29 +02:00
Desmis
528d85b1f9
Dehaz enhancement HSL GUI bugs partialpaste...
2015-09-09 20:01:27 +02:00
heckflosse
6cdc6e1fe4
Added experimental hsl mode for DeHaze (with still incomplete gui)
2015-09-09 12:22:25 +02:00
Morgan Hardwood
5d6f7080b7
Merge branch 'master' into dehaze
2015-09-08 09:40:23 +02:00
heckflosse
8b911d4789
DeHaze enhancements (Desmis) and some bugfixes (heckflosse)
2015-09-03 17:34:05 +02:00
Desmis
f22c11c27e
Dehaze suggestions
2015-08-27 17:10:31 +02:00
Desmis
3bddbc8d6f
Dehaze with Rawprocess
2015-08-23 16:41:51 +02:00
Desmis
b941188ac8
Dehaze Improvement
2015-08-20 13:54:18 +02:00
Hombre
c351be41b8
Add some new features to the On Preview Objects mechanism
2015-08-20 02:33:46 +02:00
heckflosse
86b0bb5420
Initial commit for DeHaze branch
2015-08-17 18:49:02 +02:00
DrSlony
0e0cfb9b25
Formatted all .cc and .h code in rtengine, rtexif and rtgui using astyle
2015-08-11 11:55:03 +02:00
DrSlony
82da6f3fb6
Issue 2844: Wavelet improvements to Edge Sharpness and Denoise and Refine, also some language file fixes.
2015-07-29 19:22:25 +02:00
torger
6bb0d15ff0
Issue 2837: added 'Perceptual' tone curve
2015-07-26 20:37:44 +02:00
jdc
a1ca02fd67
Added Wavelet sub-tool enable/disable buttons, and some bug fixes. Issue 2831
2015-07-14 20:44:27 +02:00
torger
d5ca351c20
Issue 2134: removed obsolete raw highlight preservation setting from GUI (still left in procparams for backwards compatilibility)
2015-07-10 12:00:36 +02:00