3759 Commits

Author SHA1 Message Date
Desmis
93284afafd merge with dev 2020-04-05 14:34:56 +02:00
Flössie
15db8cdb57 Guard accesses to Crop::crop_ratios (#5701) 2020-04-05 11:26:47 +02:00
Desmis
2d52fbdcef Improve wavelet levels with denoise chroma 2020-04-05 10:28:45 +02:00
Desmis
7d8e0abd2f Clean code and change default values 2020-04-04 15:37:22 +02:00
Desmis
fb23a3c8ef Merge with dev 2020-04-04 07:13:04 +02:00
Desmis
bf9089ba61 merge with dev 2020-04-03 07:47:32 +02:00
Desmis
ac0d54ef3e Display pyramid mea[] 2020-04-03 07:37:16 +02:00
Flössie
8886402e93 Fix Clang-10 warnings 2020-04-02 13:23:57 +02:00
Desmis
61c6b19533 GUI for wavelt denoise chroma 2020-04-02 12:32:29 +02:00
Desmis
29596bb457 change reset value slider bluwav to 1 2020-04-01 10:16:24 +02:00
Desmis
428bd617c9 merge with dev 2020-03-31 16:46:01 +02:00
Desmis
b8749f708c Added effect to edge sharpness 2020-03-31 14:24:17 +02:00
Desmis
5102c82c11 Improve blur with effect 2020-03-31 10:04:16 +02:00
Desmis
0fa2ca79c2 Improvment contrast to prevent texture and noise 2020-03-30 08:54:26 +02:00
Desmis
c062d654bb merge with dev 2020-03-29 18:31:52 +02:00
Desmis
bdb7409d11 Change extra slider in GUI 2020-03-29 13:29:37 +02:00
Desmis
a61463447a Improvment to Blur levels 2020-03-28 08:35:00 +01:00
Desmis
d10ff9e816 Wavelet Improvment to GUI Residual 2020-03-27 16:21:17 +01:00
Desmis
ac83695645 Suppress warning and add tooltips 2020-03-27 09:27:43 +01:00
Desmis
c836376766 Blur residual luma and chroma 2020-03-26 09:34:38 +01:00
Desmis
ea56e57ec2 First version blur by level 2020-03-26 07:19:54 +01:00
Desmis
51f1198b65 Init blur by levels 2020-03-25 18:06:32 +01:00
Desmis
821abcc706 merge with dev 2020-03-25 07:30:44 +01:00
Desmis
cdf8d8ec7f Wavelet - added offset to contrast levels 2020-03-25 07:15:27 +01:00
Desmis
c405eab2c5 merge with dev 2020-03-24 17:34:09 +01:00
Desmis
2bb747b55f Wvalet - hide radius when old algo 2020-03-24 13:46:28 +01:00
Desmis
6d154bcdae Wavelet - Give possibility to use old algo SH residual image 2020-03-24 11:29:50 +01:00
Desmis
1f4613cd3b GUI for TM wavelet 2020-03-22 10:37:21 +01:00
Desmis
e573de78b4 merge with dev 2020-03-19 13:40:11 +01:00
Desmis
a45823995a Itcwb increases precision in color sampling 5 instead of 9 - option itcwb_precis 2020-03-18 09:00:26 +01:00
Desmis
8a972bef9e Itcwb - Use standard observer 10 by default - create option itcwb_stdobserver10 2020-03-16 17:58:35 +01:00
rom9
fb023e7ba8 Removed channel compensation adjusters 2020-03-15 17:01:40 +01:00
Desmis
6c96e5a0a4 Added D41 to Ciecam02 illuminant 2020-03-05 08:10:47 +01:00
Desmis
05f365c0d6 Added method Illuminant to make choices easier in free mode 2020-03-04 16:31:49 +01:00
Desmis
0d921d366a another small change to cat02preset 2020-03-03 08:16:47 +01:00
Desmis
60160025f9 Ciecam02 chnage default settings cat02preset 2020-03-03 08:07:36 +01:00
rom9
50becdef31 Merge branch 'dev' into preprocess_wb 2020-03-02 20:54:48 +01:00
Desmis
f4da001589 Ciecam02 autotempout button 2020-03-02 20:00:02 +01:00
Ingo Weyrich
8b450d3f77
Merge pull request #5675 from Beep6581/rawimagesource_cleanup
Cleanups for rawimagesource.cc
Speedups for ItcWB
2020-03-01 13:45:06 +01:00
Ingo Weyrich
8e1bb5ba90 Fix broken cppcheck 2020-02-29 14:07:27 +01:00
Ingo Weyrich
be5e447f53 Itcwb : cleanup and speedup, #5676 2020-02-29 13:16:42 +01:00
Desmis
aa389dbcae Ciecam02 fixed bad temp and tint cat02preset 2020-02-29 12:51:17 +01:00
Desmis
d55e649a64 merge with dev 2020-02-29 08:14:03 +01:00
Benitoite
fbe718b64f
fixes macOS autobuild (#5674)
* update macOS autobuild yaml

* updates */CMakeLists* for macOS autobuild compatibility

* "" a dir for cmake

* Un empty an empty EXTRA_INCDIR

* use a cmake operator

* Use the . dir to un-empty a string

* fix minutes timer in macos yaml

* test & skip instead of load & include

* disregard fractional part of minutes in mac yaml

* add another cmake test

* fix typo in mac yaml

* fix other part of same typo

* correct a filename in mac yaml

* test all include dirs

* fix of mac yaml

* mac:fix a path in yaml

* mac:and its antecedent

* options.h include a dir

* test __has_include (gcc 5.* & up & clang)

* remove a printf() in mac yaml

* mac:change a "" and an elseif() to else()

* fix a whitespace error

* fix 2 whitespace errors

* ZULU>UTC

* add a "UTC

* on the other side of the "

* mac:properly set default LOCAL_PREFIX in CACHE

* use of zsh subshells in macos yaml

* mac:remove some &&

* mac:remove some "

* mac:floating point divisors

* mac:use double paren (())

* mac:add a dir

* mac:floatize with decimal point

* mac:zsh -c certain lines

* remove a marker
2020-02-28 19:20:40 +01:00
Ingo Weyrich
c7c1dec9cb whitebalance : fix bug in changing method, #5676 2020-02-28 13:19:10 +01:00
Ingo Weyrich
a9e2bde610 use autold instead of auto, #5676 2020-02-28 11:44:25 +01:00
Lawrence Lee
357cf5b96a Remove scaling from perspective correction
Scaling is applied at the end of all geometric transformations, so it
would be more appropriate outside of the perspective correction tool.
Such an implementation would also work better with the auto-fit feature.
2020-02-26 22:52:55 -08:00
Lawrence Lee
ab0c9c6cf0 Correct string in batch processing preferences
A string for perspective correction lacked the camera rotation.
2020-02-26 16:46:32 -08:00
Lawrence Lee
90d7b391ba Change perspective correction adjuster limits
Reduce the limits to more sensible values for now. They can be safely
increased later without impacting backward-compatibility.
2020-02-26 12:16:16 -08:00
Desmis
603b55e690 Preset cat02 automatic 2020-02-25 17:28:19 +01:00