summaryrefslogtreecommitdiff
path: root/ricky/imbreak/probability.json
diff options
context:
space:
mode:
authorpepperpepperpepper <pepper@scannerjammer.com>2015-11-29 17:43:44 -0800
committerpepperpepperpepper <pepper@scannerjammer.com>2015-11-29 17:43:44 -0800
commit9a7bf3bffb2a8459e66b988aaff53611723b5ab4 (patch)
treecc4ef0de15e22f5c6e5f8d2ecf16db0486d7a8ff /ricky/imbreak/probability.json
parent10a619b2c7227b2ad214fbb985141b884fbe87fb (diff)
required=0, -e commit message for your changes. Lines starting
Diffstat (limited to 'ricky/imbreak/probability.json')
-rw-r--r--ricky/imbreak/probability.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/ricky/imbreak/probability.json b/ricky/imbreak/probability.json
new file mode 100644
index 0000000..9c28e6d
--- /dev/null
+++ b/ricky/imbreak/probability.json
@@ -0,0 +1,35 @@
+{
+ "breaktype" :[
+ {"value": "CLASSIC", "weight": 1},
+ {"value": "REDUX", "weight": 1},
+ {"value": "BLURRY_BREAK", "weight": 1},
+ {"value": "BLURRY_BREAK_2", "weight": 1},
+ {"value": "SWIPE", "weight": 1},
+ {"value": "RGB_WASH", "weight": 1},
+ {"value": "RGB_WASH_2", "weight": 1},
+ {"value": "NOISY_BREAK", "weight": 1},
+ {"value": "BROKEN_VIGNETTE", "weight": 1},
+ {"value": "FAX_MACHINE", "weight": 1},
+ {"value": "STRIPES", "weight": 1},
+ {"value": "PHOTOCOPY", "weight": 1}
+ ],
+ "breakmode" :[
+ {"value": "extreme", "weight": 1},
+ {"value": "subtle", "weight": 1}
+ ],
+ "finalformat" :[
+ {"value": "png", "weight": 5},
+ {"value": "jpg", "weight": 2},
+ {"value": "gif", "weight": 2}
+ ],
+ "breakangle" :[
+ {"value": 0, "weight": 9},
+ {"value": 90, "weight": 2},
+ {"value": -180, "weight": 2},
+ {"value": 180, "weight": 2}
+ ],
+ "expanded" :[
+ {"value": "", "weight": 11},
+ {"value": 1, "weight": 2}
+ ]
+}