summaryrefslogtreecommitdiff
path: root/share/probabilities/PbBreaker.json
blob: 6d8072d3c9cf29e0ef6a2a4f0cec5df64451eeca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
    "breaktype" :[
        {"value": "CLASSIC", "weight": 25},
        {"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": 90},
        {"value": 90, "weight": 2},
        {"value": -180, "weight": 2},
        {"value": 180, "weight": 2}
    ],
    "expanded" :[
        {"value": "false", "weight": 50},
        {"value": "true", "weight": 50}
    ]
}