diff options
| author | pepperpepperpepper <pepper@scannerjammer.com> | 2015-10-17 18:37:04 -0700 |
|---|---|---|
| committer | pepperpepperpepper <pepper@scannerjammer.com> | 2015-10-17 18:37:04 -0700 |
| commit | 10a619b2c7227b2ad214fbb985141b884fbe87fb (patch) | |
| tree | c70b711213f88de613b18791c6c123a6ad73a3ae /ricky/imgradient/selections.py | |
| parent | b10e46d0efca25234b18c28a47393cbf365b3c0d (diff) | |
ok pybrain time
Diffstat (limited to 'ricky/imgradient/selections.py')
| -rw-r--r-- | ricky/imgradient/selections.py | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/ricky/imgradient/selections.py b/ricky/imgradient/selections.py index d5eda16..5d0d345 100644 --- a/ricky/imgradient/selections.py +++ b/ricky/imgradient/selections.py @@ -37,7 +37,7 @@ stripenumber_selections = Selections.from_dict( stripeintensity_selections = Selections.from_dict( {"value": 1000, "weight": 10}, {"value": 4, "weight": 10}, -) +) # contrast_selections = \ brightness_selections = \ saturation_selections = \ @@ -68,8 +68,12 @@ bevel_selections = Selections.from_dict( blurriness_selections = \ percentbeveled_selections = Selections.from_dict( - {"value": 30, "weight": 20}, - {"value": 10, "weight": 2}, + {"value": 30, "weight": 10}, + {"value": 10, "weight": 10}, + {"value": 5, "weight": 10}, + {"value": 20, "weight": 10}, + {"value": 25, "weight": 10}, + {"value": 7, "weight": 10}, {"value": "", "weight": 1}, ) rotate_selections = \ |
