-
Notifications
You must be signed in to change notification settings - Fork 23
/
mt.json
35 lines (35 loc) · 871 Bytes
/
mt.json
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
{
"numcaps": 4,
"columns": 2,
"padding": 10,
"width": 400,
"font_all": "DroidSans.ttf",
"font_size": 12,
"disable_timestamps": false,
"verbose": false,
"single_images": false,
"bg_header": "0,0,0",
"fg_header": "255,255,255",
"bg_content": "0,0,0",
"header_image": "",
"skip_blank": false,
"header": true,
"header_meta": false,
"filter": "none",
"filename": "{{.Path}}{{.Name}}.jpg",
"from": "0",
"to": "",
"skip_existing": false,
"overwrite": false,
"sfw": false,
"watermark": "",
"fast": false,
"watermark_all": "",
"comment": "contactsheet created with mt (https://github.com/mutschler/mt)",
"skip_blurry": false,
"blur_threshold": 62,
"blank_threshold": 85,
"webvtt": false,
"upload": false,
"upload_url": "http://example.com/upload"
}