Ingo Weyrich
e913ec3a31
Merge branch 'dev' into locallab_engine_review
2020-06-28 13:33:59 +02:00
Ingo Weyrich
362c402025
Merge pull request #5815 from Beep6581/cleanup_locallab_periphery
...
cleanups for locallab periphery
2020-06-28 13:24:38 +02:00
Ingo Weyrich
bad0c0b1e7
Some cppcheck cleanups
2020-06-28 13:24:00 +02:00
Ingo Weyrich
a0eacde31a
Merge branch 'dev' into cleanup_locallab_periphery
2020-06-28 12:20:54 +02:00
Desmis
18c00788fd
Merge pull request #5810 from Beep6581/localmask
...
Common color Mask using scope
2020-06-27 17:50:03 +02:00
Desmis
466099b68b
change blendmask blendmaskab from int to double
2020-06-27 17:11:49 +02:00
Ingo Weyrich
3bab9ec688
copy constructor for labimage, further cleanup for locallab periphery
2020-06-27 16:52:53 +02:00
Ingo Weyrich
90005b0663
Fix more relicts from merge conflict
2020-06-27 15:21:50 +02:00
Desmis
67ca4011ac
Suppress bad code
2020-06-27 14:35:14 +02:00
Ingo Weyrich
f02c4e1fd1
use LUT_CLIP_OFF instead of 0
2020-06-27 14:30:58 +02:00
Desmis
fa11979099
merge with dev
2020-06-27 14:29:26 +02:00
Desmis
60728717a6
differentiate the action luma and chroma blend
2020-06-27 14:16:07 +02:00
Morgan Hardwood
8293d847d3
Japanese translation updated by Yz2house, closes #5812
2020-06-27 13:19:25 +02:00
Morgan Hardwood
76e86ffa71
Regeenrated rtdata/languages/default
2020-06-27 13:15:04 +02:00
Ingo Weyrich
96c5eff50c
Further cleanups to locallab periphery
2020-06-27 13:13:26 +02:00
Ingo Weyrich
d779a5ee2d
fix segfault
2020-06-27 10:47:51 +02:00
Lawrence Lee
1e4810b2c4
Make preview update when its crop origin changes
...
Addresses issue #5806 by triggering a re-rendering of the preview's crop
when the crop moves but the dimensions stay the same.
2020-06-26 23:00:09 -07:00
Ingo Weyrich
6d824842af
Further cleanups to locallab periphery
2020-06-26 22:25:58 +02:00
Ingo Weyrich
de787688a4
Further cleanups to locallab periphery
2020-06-26 21:49:43 +02:00
Ingo Weyrich
01e48cc809
Some first cleanups for locallab periphery
2020-06-26 21:20:26 +02:00
Desmis
1ef71095d5
merge with dev
2020-06-26 17:01:54 +02:00
Desmis
722638526e
harmonize all smooth radius mask
2020-06-26 16:47:46 +02:00
Desmis
7b16764daa
Harmonize showmask
2020-06-26 16:31:15 +02:00
Desmis
8c74737c3e
set default soft radius to 1
2020-06-26 13:05:47 +02:00
Desmis
710fa0331a
Soft radius hide in normal
2020-06-26 12:42:51 +02:00
Ingo Weyrich
d7c6b4b8f9
Export: Do not allocate memory for locallab if locallab is disabled
2020-06-26 12:34:54 +02:00
Desmis
89f776d62f
Change one tooltip
2020-06-26 11:24:12 +02:00
Desmis
20bc7af14f
Change labels blend mask and default values - change range all soft guidedfilter
2020-06-26 11:19:41 +02:00
Lawrence Lee
c2ea6b2ebc
Merge from 'dev'
2020-06-25 21:58:02 -07:00
Desmis
6ef71adb5e
merge with dev
2020-06-26 06:15:17 +02:00
Desmis
1404c96ba0
push change reviewed by Pandagrapher in locallabtools2
2020-06-26 06:12:13 +02:00
Ingo Weyrich
315f55f7a1
Merge branch 'dev' into locallab_engine_review
2020-06-25 21:02:43 +02:00
Ingo Weyrich
b7ad964737
Merge branch 'dev' into bayer_bilinear
2020-06-25 21:01:54 +02:00
Lawrence37
763e3f7364
Merge pull request #5595 from Lawrence37/distortion
...
Move profiled distortion correction in pipeline
2020-06-25 10:56:58 -07:00
Lawrence Lee
72de3f21c7
Remove misleading comments
2020-06-25 10:39:21 -07:00
Desmis
eb509889d9
various change to soft process
2020-06-25 10:18:14 +02:00
Desmis
96296015ce
Improve soft radius with color
2020-06-25 08:30:45 +02:00
Lawrence Lee
1b06cb9999
Limit preview refreshing in control line edit mode
...
Previously, changing values in the camera-based perspective correction
tool while in control line edit mode resulted in the preview being
refreshed. This is unnecessary because all perspective transformations
are disabled in edit mode. This commit disables preview refreshing for
camera-based perspective adjustments in edit mode.
2020-06-24 17:06:21 -07:00
Lawrence Lee
d76cf5cdae
Make control lines hidden when switching mode
...
The program now exits control line editing mode when the perspective
correction method is switched out of camera-based mode.
2020-06-24 16:20:03 -07:00
Desmis
bbb3300831
Added soft radius common mask
2020-06-24 19:44:51 +02:00
Desmis
339d8de30d
Suppress unused variables
2020-06-24 19:11:17 +02:00
Desmis
e324d6d960
Added forgotten recursive to common mask
2020-06-24 17:18:39 +02:00
Lawrence Lee
8d7a5546e1
Add separators in camera-based persp correction
...
Horizontal lines to separate the sliders, control lines buttons, and
automatic buttons.
2020-06-23 22:33:08 -07:00
Desmis
344864a8ec
Added Graduated Filter luminance common mask
2020-06-24 07:31:48 +02:00
Lawrence Lee
afc3edae26
Make control line correction keep old values
...
Perspective correction through control lines will no longer modify any
parameters if there are not enough lines to do any correction.
2020-06-23 22:24:27 -07:00
Lawrence Lee
9a40c14858
Make proper use of minimum control line count
...
When using control lines for perspective correction, set the number of
vertical and horizontal lines to the proper values instead of
hard-coding them to 4. The minimum line count is set to 2 when using
control lines, and defaults to 4 when using fully-automatic correction.
2020-06-23 21:57:10 -07:00
Desmis
ebb8b16583
Improvment to maskcacol
2020-06-24 05:50:11 +02:00
Desmis
155f91fcef
Fixed some bugs...
2020-06-23 18:35:22 +02:00
Desmis
6a03d8e325
first run that work...with bug...but save
2020-06-23 17:53:56 +02:00
Desmis
cb6dac2999
Change settings visibility
2020-06-23 13:01:48 +02:00