Commit Graph

10606 Commits

Author SHA1 Message Date
Lawrence Lee
ba57a6c680 Fix waveform and vectorscope crop behavior
Properly scale values for the vectorscopes and only show the crop region
for the waveform.
2020-08-04 23:07:03 -07:00
Lawrence Lee
c9bf58a7a0 Add scope type icons 2020-08-04 18:38:59 -07:00
Lawrence Lee
603cd6ea3d Clip waveform display values to 255 2020-08-04 12:09:33 -07:00
Lawrence Lee
fbe73614c3 Add H-S and H-C vectorscopes 2020-08-03 18:23:25 -07:00
Lawrence Lee
6df69b3786 Improve performance of histogram/waveform updates
Only perform calculations for the currently shown scope.
Cache the waveform so it can be reused when the scope is resized.
Increase speed of waveform rendering.
2020-07-26 13:27:17 -07:00
Lawrence Lee
99b7a557c9 Enable RGB bars for waveform 2020-07-25 13:05:10 -07:00
Lawrence Lee
5eb6961049 Adjust waveform padding
Remove padding from left and right sides and add padding to top and
bottom sides to improve visibility of extreme pixel values.
2020-07-24 17:03:10 -07:00
Lawrence Lee
4cbd622569 Add initial implementation of waveform 2020-07-21 22:45:10 -07:00
Morgan Hardwood
a18f17a476 Update rtexif using ExifTool 12.01 2020-07-18 14:41:06 +02:00
Ingo Weyrich
5935a3ef88 Merge pull request #5850 from Beep6581/cppcheck_cleanups
make some files cppcheck clean
2020-07-17 14:54:54 +02:00
Yann Leprince
0df23db4d2 Add a camconst entry for the Nikon Z 50 (#5851) 2020-07-17 13:52:28 +02:00
Ingo Weyrich
d9d8703350 Bug in MSRLocal(), fixes #5852 2020-07-17 13:31:06 +02:00
Ingo Weyrich
2d402a4bae MSRLocal(): Fix a race 2020-07-17 10:48:52 +02:00
Ingo Weyrich
6cb29be31c further cleanups 2020-07-16 21:44:00 +02:00
Ingo Weyrich
6caf33a589 Some fixes suggested by @Floessie 2020-07-16 11:35:41 +02:00
Desmis
a6800d3037 Update background contrast cuve all masks 2020-07-16 10:34:57 +02:00
Ingo Weyrich
4395a1a0b1 make some files cppcheck clean 2020-07-15 23:26:16 +02:00
Desmis
3a5213454f Correct bad hue calculation in locallabtools 2020-07-15 18:32:32 +02:00
Desmis
fb4434f15a Update background with luma for exposure 2020-07-15 12:40:50 +02:00
Desmis
7ce4d0eb52 Update background with luma and chroma ref for L C curves Color and Light 2020-07-15 11:38:03 +02:00
Desmis
af0b83be81 Update backgroung with hue ref for H curves Color and Light 2020-07-15 08:46:03 +02:00
Ingo Weyrich
a3b33ac55d Don't crash when using rcd on non RGB raw files, #5849 2020-07-14 22:18:21 +02:00
Ingo Weyrich
7da13815a9 Merge branch 'dev' of https://github.com/Beep6581/RawTherapee into dev 2020-07-14 21:06:02 +02:00
Ingo Weyrich
c322127db3 Don't crash when using lmmse or vng4 on non RGB raw files, #5849 2020-07-14 21:05:41 +02:00
Desmis
9ae301c3a4 Three French labels 2020-07-14 17:54:03 +02:00
Desmis
fccb582e88 Merge pull request #5847 from Beep6581/local_ch
Local ch - Curve C=f(H) in Color and Light
2020-07-14 13:30:20 +02:00
Desmis
0a857b4dd4 Improvment to GUI exposure and ColorLight curve H 2020-07-14 09:00:49 +02:00
Desmis
1993e854d8 Fixed crash in inverse exposure 2020-07-14 08:22:04 +02:00
Desmis
2a5ce3c0ba merge with dev 2020-07-14 07:42:15 +02:00
Ingo Weyrich
60034aa253 Merge pull request #5846 from Beep6581/curve_cleanup
Cleanup for curves.*
2020-07-13 22:21:34 +02:00
Ingo Weyrich
0465fe2236 Merge pull request #5836 from Beep6581/improve_pyramids2
improvements for wavelets and also for other use cases of pyramids
merged to get more tests. will continue later
2020-07-13 21:13:07 +02:00
Ingo Weyrich
d1f87ffdac Merge branch 'dev' into improve_pyramids2 2020-07-13 19:45:37 +02:00
Desmis
c3753fa6ff Enable curve C=f(H) 2020-07-13 17:51:49 +02:00
Desmis
32329f306f Prepare rtengine for CH curve 2020-07-13 17:32:38 +02:00
Desmis
b6b03fd975 GUI part CH curve 2020-07-13 17:08:19 +02:00
Ingo Weyrich
2a85c79132 further cleanups for curves.* 2020-07-13 17:00:36 +02:00
Ingo Weyrich
af8fe076f3 further cleanups for curves.* 2020-07-13 16:44:30 +02:00
Ingo Weyrich
d91cc3dce9 use reset() instead of assign to std::unique_ptr 2020-07-13 16:23:03 +02:00
Ingo Weyrich
d22fcb9df1 Cleanup for curves.* 2020-07-13 16:07:52 +02:00
Thanatomanic
8af287aa8c Re-enable Soft light in preview (fixes #5844)
Regression fix from e573de78b4 where the Soft light module was wrongly incorporated into the Wavelet conditional block.
2020-07-12 11:00:12 +02:00
Thanatomanic
cc6b0dbce1 Improved white levels for Nikon Coolpix P1000 (#5842) 2020-07-12 09:34:50 +02:00
Thanatomanic
c949da7d28 Remove some unneccessary comments in histogrampanel.cc 2020-07-12 07:27:38 +02:00
Thanatomanic
c364e20635 Fix the RGB bar readout in histogram 2020-07-12 07:26:29 +02:00
Thanatomanic
dced61b619 Cosmetic change to histogram: added padding. Some minor code improvement 2020-07-12 07:01:51 +02:00
Thanatomanic
dd7fd08f93 Merge pull request #5808 from PureW/fix-nikon-z-jpeg-export
Strip Nikon ShotInfo tag when saving to JPEG as it bloats Exif block beyond 64kB limit
2020-07-11 09:52:54 +02:00
Thanatomanic
3b4d470b4b Add slightly better white-levels for Fuji X-T2 (#5824) 2020-07-11 09:16:16 +02:00
Desmis
738ad15af4 Others changes to labels and french 2020-07-11 07:44:30 +02:00
Desmis
53aec5e134 Others chnages to labels 2020-07-10 20:23:37 +02:00
Desmis
64c6bcfabb Change some labels and tooltip 2020-07-10 20:08:07 +02:00
Desmis
41712058fd Clean code locallabtools 2020-07-10 08:56:41 +02:00