Skip to content

Commit ebd33c4

Browse files
committed
changed default sigma
1 parent 51f28a3 commit ebd33c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

contrib/RL_out_sharp.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
EXAMPLE
2222
set sigma = 0.7, iterations = 10, jpeg output quality = 95,
23-
that will be sufficient for most uses
23+
to correct blur due to image resize for web usage
2424
2525
CAVEATS
2626
MAC compatibility not tested
@@ -153,12 +153,12 @@ sigma_slider = dt.new_widget("slider"){
153153
label = _("sigma"),
154154
tooltip = _("controls the width of the blur that's applied"),
155155
soft_min = 0.3,
156-
soft_max = 1.0,
156+
soft_max = 2.0,
157157
hard_min = 0.0,
158158
hard_max = 3.0,
159-
step = 0.05,
159+
step = 0.1,
160160
digits = 2,
161-
value = 0.7
161+
value = 1.0
162162
}
163163

164164
iterations_slider = dt.new_widget("slider"){

0 commit comments

Comments
 (0)