2262 Commits

Author SHA1 Message Date
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
a4e154c975 Change labels info mask 2020-12-16 17:11:22 +01:00
Desmis
a4ab8f9fba Display status enable mask for denoise 2020-12-16 12:39:20 +01:00
Desmis
e3af94e499 Clean code and tooltip 2020-12-15 22:19:13 +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
f310836890 Improve reinforce denoise local contrast using mask 2020-12-14 09:19:27 +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
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
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
Desmis
f7f527d952 Chane label 'Preset cat02' in Ciecam02 2020-11-12 13:17:15 +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
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
Ingo Weyrich
c49e47d81f Merge branch 'dev' into dehaze_blend 2020-11-07 11:50:09 +01:00
Desmis
ed01656a57
Local adjustments - Various improvment Log encoding - Basic - Standard - Advanced (#5979)
* First LA log encoding ciecam

* Some changes hide show and tooltip

* Change label - tooltip

* Change max slider shadow

* Fixed bad behavior cat02 adaptation in some cases

* Another fix Cat02 GUI

* LA log encode add ciecam saturation

* LA log encoding - added contrast J ciecam

* LA Log encode various changes GUI labels tooltips

* Change 2 tooltips

* Clean code

* Save provisory work

* Save GUI mask Log

* GUI part 2

* Enable basic standard advanced Log encoding

* Small change tooltip

* Save provisory work mask Log

* Another provisory work mask

* Enable mask Log encoding

* Hide graduatef filter Log - basic

* Add brightness colorfulness - advanced

* Change labels tooltip Log auto

* Clean ciecam local code and comment

* Change label and tooltip automatic

* Added strenth log encoding

* Change strength tooltip Log encoding

* Another change label

* Change standard advance denoi

* Enable maskbackground curve mask
2020-11-07 08:50:33 +01:00
Ingo Weyrich
f1b19fa664 Merge branch 'dev' into dehaze_blend 2020-11-06 13:41:44 +01:00
Ingo Weyrich
3a6c3ecd3b
Merge branch 'dev' into issue5867 2020-11-05 10:38:42 +01:00
Desmis
7fd5707061
Local adjustments - Log encoding - addition of ciecam processes (#5973)
* First LA log encoding ciecam

* Some changes hide show and tooltip

* Change label - tooltip

* Change max slider shadow

* Fixed bad behavior cat02 adaptation in some cases

* Another fix Cat02 GUI

* LA log encode add ciecam saturation

* LA log encoding - added contrast J ciecam

* LA Log encode various changes GUI labels tooltips

* Change 2 tooltips

* Clean code
2020-11-02 13:54:34 +01:00
Desmis
7d763f7df2 LA Add forgoten history messages 2020-10-29 17:01:41 +01:00
Desmis
95df31b296 added cat02 adpatation to log encoding 2020-10-29 15:08:20 +01:00
Desmis
021db69b80 Another label change Log encoding 2020-10-29 12:31:33 +01:00
Ingo Weyrich
31a9cf3fe0 Haze removal: Allow blend between normal and luminance mode, #5972 2020-10-29 12:20:45 +01:00
Desmis
393c9f3461 Change GUI labels -Log encoding 2020-10-29 11:57:30 +01:00
Desmis
445505aa4d Wavelet residual highlight - LA log encoding crash and label 2020-10-27 06:33:09 +01:00
Desmis
f4f7d1f16d Others change to label tooltip ciecam 2020-10-26 15:12:42 +01:00
Desmis
79affc6462
Ciecam - various improvment labels and tooltip (#5966)
* Add tooltip

* Change global labels tooltip ciecam

* Added tooltip and frame

* Change various tooltips

* Two changes tooltip ciecam

* Change label suuround source

* Change typo in tooltip
2020-10-26 07:55:52 +01:00
Desmis
fa330e7360 History message ciecam complexity 2020-10-25 09:39:18 +01:00
Desmis
27c4c546ef Added complex method standard advanced to ciecam02 2020-10-25 09:35:03 +01:00
Lawrence37
f9e8fb4124
Merge pull request #5887 from Beep6581/waveform
Waveform, RGB parade, and vectorscopes
2020-10-23 09:57:40 -07:00
Desmis
7d696a24e6 Local adjustments - Another changes max slope and tooltip 2020-10-23 07:13:22 +02:00
Desmis
3345fb6f45 Change tooltip ICC Profile Creator 2020-10-22 16:34:38 +02:00
Thanatomanic
19ecd8e81d Replace TRC in RTv2_Medium profile with sRGB curve.
This makes the TRC's identical to the v4 counterpart and other profiles.
2020-10-22 16:17:20 +02:00
Desmis
08a8911369 Local adjustments - Change max slope 2020-10-22 08:59:36 +02:00
Morgan Hardwood
352ba5a689 Added accidentally deleted DCPs 2020-10-21 14:48:37 +02:00
Desmis
1a3907081f Local adjustments wavelet - Change label curve local contrast 2020-10-19 20:34:33 +02:00
Lawrence Lee
e93c4f6ed4 Add slider for adjusting scope trace brightness
This makes it easier for users to discover the feature and see the
current brightness.
2020-10-11 12:29:47 -07:00
Desmis
74f28ebf04 Change show modifications 2020-10-10 08:24:21 +02:00
Desmis
38e14ffab4
Local adjustments - change labels and tooltip wavelets (#5941)
* Added 2 tooltips fo local wavelet

* First changes to labels tooltips LA wavelet

* Second version tooltips LA wavelets

* French tooltips LA wavelet

* Small change french typos

* Small 2 change french typos

* Add additional tooltips LA wavelets

* Last change labels tooltips

* various small changes labels tooltips

* Others small changes tooltips
2020-10-09 12:46:58 +02:00
Lawrence37
eb01f99bf2
Merge pull request #5814 from Lawrence37/perspective-lines
GUI improvements for perspective correction
2020-10-08 09:55:37 -07:00
Desmis
d6f8de4281
Local adjustments - Tooltips and bug for Dehaz - Retinex (#5937)
* Change tooltip french

* Update labels tooltip french

* Changes TM - sharp - CBDL

* Others changes TM CBDL

* French tooltip denoise - blur

* Change french tooltips denoise blur

* Change combobox blurmethod by checkbox invbl

* Change tooltip blur-denoise

* another change denoise tooltip

* Change one tooltip luminance noise reduction

* Add tooltip to dehaz-retinex

* Change tooltip for dehaze retinex

* Others change tooltip retinex dehaz

* Change bad script for one tooltip MLABEL

* Another change tooltip
2020-10-06 13:45:47 +02:00
Desmis
f168c9b48f
Local adjustments - tooltip and GUI for blur denoise (#5932)
* Change tooltip french

* Update labels tooltip french

* Changes TM - sharp - CBDL

* Others changes TM CBDL

* French tooltip denoise - blur

* Change french tooltips denoise blur

* Change combobox blurmethod by checkbox invbl

* Change tooltip blur-denoise

* another change denoise tooltip

* Change one tooltip luminance noise reduction
2020-10-04 21:15:01 +02:00
Lawrence Lee
edbf701264 Improve style of scope buttons
Keep all buttons at the same place and use darkened button background
instead of tiny icons to indicate which scope type is active.
2020-10-03 22:37:13 -07:00
Desmis
0624ba9845
Local adjustments - labels tooltip TM - sharp - CBDL - and french (#5927)
* Change tooltip french

* Update labels tooltip french

* Changes TM - sharp - CBDL

* Others changes TM CBDL
2020-10-03 12:57:37 +02:00
Lawrence Lee
6b667ead58 Swap positions of scope buttons
Make the scope type buttons the primary buttons and the other options
secondary.
2020-10-02 22:14:29 -07:00