11361 Commits

Author SHA1 Message Date
Desmis
8cdb667883 Disabled LA denoise if not used 2020-12-19 11:04:00 +01:00
Desmis
36cd2bc8ba
Local adjustment denoise - added Laplacian to detail threshold DCT (#6027)
* Comment code

* Change GUI place edge detection

* added usemask in reset

* Added sk gaussian blur edge DCT

* Improve Laplacian threshold detail DCT
2020-12-19 07:46:12 +01:00
Desmis
183b20110b Change default values DCT denoise LA 2020-12-16 20:13:00 +01:00
Desmis
a4e154c975 Change labels info mask 2020-12-16 17:11:22 +01:00
Desmis
cec419b231 merge with Dev 2020-12-16 14:04:17 +01:00
Desmis
977fd771e6 Reset button for LA denoise 2020-12-16 13:53:11 +01:00
Desmis
a4ab8f9fba Display status enable mask for denoise 2020-12-16 12:39:20 +01:00
Ingo Weyrich
0148c5a112 Raised max ISO to 819200 for better Pentax KP and Pentax K-1 II support 2020-12-16 12:17:50 +01:00
Desmis
10cc600277 Improvment selection GUI mask denoise 2020-12-16 07:54:47 +01:00
Desmis
346e6a37a9 merge with dev 2020-12-15 22:23:32 +01:00
Desmis
e3af94e499 Clean code and tooltip 2020-12-15 22:19:13 +01:00
Ingo Weyrich
daf0e0ea14 Fix bad macro usage 2020-12-15 12:44:20 +01:00
Desmis
8c927a5bba Change progressivity reinforce - comment code 2020-12-15 08:14:47 +01:00
Desmis
1f5e072dee Several changes to default values - labels - tooltip 2020-12-14 17:18:13 +01:00
Desmis
755d70c402 Change label tooltip denoise luminance mask 2020-12-14 13:00:06 +01:00
Desmis
6b3d054801 merge with dev 2020-12-14 09:21:41 +01:00
Desmis
f310836890 Improve reinforce denoise local contrast using mask 2020-12-14 09:19:27 +01:00
Desmis
dba1065800 Added ref to curve denoise equalizer hue 2020-12-14 08:04:37 +01:00
Ingo Weyrich
0f2720774c RAF images from X-S10 appear massively cropped, fixes #6013 2020-12-13 17:24:10 +01:00
Desmis
fd47681fd4 Added auto checkbox temperature viewing conditions when preset cat is selected 2020-12-13 08:09:47 +01:00
Desmis
001ea48aac Change label and tooltip 2020-12-12 17:50:46 +01:00
Desmis
a0edd97ca3 LA denoise local contrast mask 2020-12-12 14:46:11 +01:00
Desmis
37f4066276 LA denoise equalizer hue 2020-12-11 07:36:11 +01:00
Desmis
ad83d396ea Fixed bad behavior LA denoise when delimiters outside preview 2020-12-10 13:31:38 +01:00
Desmis
6f9da68883
Ciecam - added cam16 to cam02 (#6017)
* First change cat02 cat16

* Enable cat16 and cat02

* Clean comment code - change history msg

* Change some labels and tooltips with ciecam0216

* Change default settings

* Others default label and tooltip changes
2020-12-09 07:49:54 +01:00
Desmis
548f2103e2 Change label history msg Lab adjustments 2020-12-03 07:41:19 +01:00
Desmis
79545293d6 Review ipwavelet denoise enable 2020-11-30 08:44:15 +01:00
Desmis
b4f4f4c01e
LA Changes to exposure response with tonecurve (#6009) 2020-11-27 06:34:36 +01:00
Desmis
5c82ed13fb Fixed previewdE for soft light - original retinex 2020-11-25 16:44:20 +01:00
Desmis
aef7872792 Local adjustments - workaround Retinex Dehaze previewdE 2020-11-25 15:10:45 +01:00
Ingo Weyrich
19e3833e66 Merge branch 'dev' into spot-removal-tool 2020-11-24 17:16:41 +01:00
Ewout ter Hoeven
0367d31403
CI: Fix CVE-2020-15228 in GitHub Actions (#6004)
* CI: Fix CVE-2020-15228 in GitHub Actions

Fixes the CVE-2020-15228 security issue in GitHub Actions:
> `add-path` and `set-env` Runner commands are processed via stdout
set-env was used twice, which is now replaced by  >> $GITHUB_ENV

 - Issue: https://github.com/actions/toolkit/security/advisories/GHSA-mfwh-5m23-j46w
 - Solution: https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable)

* CI: Specify installing libsigc++ v2.x in GitHub Actions

Version 3 of libsigc++ was automatically installed. This commit fixates the version brew installs to 2.x.

Should fix #6002

* CI: Use v2 checkout and upload-artifact actions

Also replaces macos-10.15 with macos-latest as runner. Currently is references the same environment (macOS 10.15), but this way it will update to macOS 11.0 when it's ready and stable.
2020-11-22 07:22:53 +01:00
rom9
e635030650
FilmNegative: non-raw file support and better accuracy (#5798)
* Added support for non-raw files to the film negative tool. The tool is now under the "Color" tab. Moved the entire filmneg code downstream, right after input profile conversion.
Usage changes a bit: White Balance must be set to the _backlight_ color temperature. Added two more sliders to color-balance the picture after negative inversion. Legacy inversion method kept for compatibility with processing profiles saved by RT v5.7 or 5.8 (only if Film Negative was enabled). Should be removed in a future version.
There is still an issue with DCP profiles that need the look table to be active to work properly. Using a simple matrix input profile (or just camera standard) is recommended for now.

* The user can now choose to perform inversion before or after input colorspace conversion.
Seamless backwards compatibility with previous processing profiles; upgrading from a previous version now gives an (almost) identical output as before.
Generalised the concept of film base values: the processing profile now contains a pair of RGB triplets, "reference input" and "reference output", which makes it much more straightforward to compute the output multipliers.

* Added support for `RGB` data type to putToKeyFile, removed the now unused `RGB::toVector()` method. Some cleanup.

* Spot balance picker now stays active indefinitely. Can be disabled by right-clicking, too.

* Removed film negative from `filterRawRefresh` condition, since the new version does not require raw rendering anymore.

* The Output Level slider is now exponential, so it should feel more familiar to use (similar to the exposure compensation slider).

* Removed old `RedBase`, `GreenBase`, `BlueBase` keys from the PP3 file after params upgrade. Keys are only kept if the file only undergoes batch edit (hence no params upgrade was done).

* Made the balance sliders exponential and centered at zero. Now they should be a bit smoother and possibly more user-friendly.

* Changed adjusters' step to more useful values, they were too fine-grained and hard to adjust using the +/- spinbutton.
Increased max ratio value from 3 to 5, as i found an old negative needing a very high blue channel exponent.

* Added an initial processing profile for film negative inversion, to be provided as a bundled profile.

* Removed Output Level and balance sliders when in batch mode: since the effect of these sliders is dependent on the reference input values, those values needed to be copied as well. And, touching any of the sliders needed to flag all three as dirty. All this felt more confusing than useful.
It should be sufficient (and clearer) to copy/paste the params, and then fine-tune the balance on individual pictures when needed.

* Set bayer demosaic method to RCD in the bundled "Film Negative" processing profile. RCD seems to play a bit better with Capture Sharpening in the presence of film grain, compared to Amaze.
This will favor new users starting with all-defaults settings, hence having Capture Sharpening enabled by default.

* Removed incorrect "contrast" term from the "Reference exponent" label. This parameter adjusts the image _gamma_, not its contrast.
2020-11-21 13:29:47 +01:00
Ingo Weyrich
80c5816084 Improve error logging and memory handling when reading tiff files 2020-11-18 13:52:07 +01:00
Ingo Weyrich
7861f5bcd4
Merge pull request #5996 from Beep6581/epd_small_speedup
Small speedup for epd, also reduces size of executable
2020-11-17 17:48:11 +01:00
Ingo Weyrich
ba78b24fa5 Small speedup for epd, also reduces size of executable 2020-11-17 15:40:49 +01:00
Desmis
f7f527d952 Chane label 'Preset cat02' in Ciecam02 2020-11-12 13:17:15 +01:00
Flössie
ae5d268d6e Raise glib requirements to 2.48 (fixes #5943) 2020-11-12 08:16:20 +01:00
Desmis
aa0a7e4731 Same fix for Retinex as wavelet and as colorapperance 2020-11-11 07:47:10 +01:00
Desmis
e6f71ef477 Change last commit 2020-11-10 17:13:54 +01:00
Desmis
d1813dc9fa Same fix for wavelet as Colorappearance 2020-11-10 17:11:53 +01:00
Ingo Weyrich
ccf1cc0a2e Small refinement for last commit, #5977 2020-11-10 16:33:11 +01:00
Ingo Weyrich
02b94a00ca Making adjustments borks Pop profile, fixes #5977 2020-11-10 16:25:54 +01:00
Desmis
2c657437f4 Fixed bad behavior general inverse blur and noise 2020-11-10 10:34:39 +01:00
Desmis
1bd22668f2
Local adjustments - issue #5974 Fixed bug in inverse Blur chrominance - bad behavior Blur and noise (#5989)
* Fixed bug in inverse Blur chrominance - and general bad behavior Blur and noise

* Improve avoid color shift

* Another improvment to avoid color shift
2020-11-09 20:22:07 +01:00
Ingo Weyrich
8b33d06b6d
Merge pull request #5985 from Beep6581/dehaze_blend
Dehaze blend, closes #5972
2020-11-08 13:12:49 +01:00
Ingo Weyrich
28739b8400 dehaze saturation adjuster for local adjustments, #5972 2020-11-08 11:36:31 +01:00
Desmis
9963d1f528 Fixed bug issue #5975 thanks to Lawrence37 2020-11-08 08:44:08 +01:00
Morgan Hardwood
e94b981ec3 Chinese (Simplified) translation updated by syyrmb
Issue #5963

I stripped the untranslated strings pending a review of
rtdata/languages/default.
2020-11-08 00:42:48 +01:00
Morgan Hardwood
63001c41a3 Added Panasonic DC-S5 dual-illuminant DCP profile
Closes #5951 #5909
2020-11-08 00:34:37 +01:00