From e1a642e41e7e6d08303573fb20f265b4ac326372 Mon Sep 17 00:00:00 2001 From: pepperpepperpepper Date: Mon, 7 Dec 2015 14:40:04 -0800 Subject: added support for probabilities --- share/probabilities/PbBreaker.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 share/probabilities/PbBreaker.json (limited to 'share/probabilities/PbBreaker.json') diff --git a/share/probabilities/PbBreaker.json b/share/probabilities/PbBreaker.json new file mode 100644 index 0000000..9c28e6d --- /dev/null +++ b/share/probabilities/PbBreaker.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} + ] +} -- cgit v1.2.3-70-g09d2