-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWebKioskImageUpdate.json
69 lines (69 loc) · 2.85 KB
/
WebKioskImageUpdate.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"global_config": {
"access_size_limit": "1024x1024",
"preview_size_limit": "300x300",
"thumbnail_size_limit": "128x128",
"watermark_basename_template": "watermark%s.tif",
"watermark_create_args": {
"1024x1024": [
"-size", "4096x4096",
"-background", "none",
"-stroke", "black",
"-virtual-pixel", "tile",
"-gravity", "center",
"-fill", "grey75",
"-font", "Arial",
"label: Sourisseau Academy for State and Local History ",
"-define", "distort:viewport=1024x1024-512-512",
"-distort", "Arc", "360 90 1024"
],
"300x300": [
"-size", "4096x4096",
"-background", "none",
"-stroke", "black",
"-virtual-pixel", "tile",
"-gravity", "center",
"-fill", "grey75",
"-font", "Arial",
"label: Sourisseau Academy for State and Local History ",
"-define", "distort:viewport=300x300-150-150",
"-distort", "Arc", "360 90 300"
]
},
"watermark_apply_args": [
"-gravity", "center",
"-compose", "dissolve",
"-define", "compose:args=50,100",
"-composite"
]
},
"host_config": {
"SLICK": {
"source_pathspecs": [
"H:/Edith Smith Collections/Images/*/*/*.tif",
"H:/Sourisseau Collections/Photo Collection/Images/*/*/*.tif"
],
"dest_root": "C:/Users/duggelz/Documents/dwg/Source/Sourisseau Programs/EmbarkWebKiosk_Output"
},
"SOURISSEAU-MCP": {
"source_pathspecs": [
"H:/Edith Smith Collections/Images/*/*/*.tif",
"H:/Sourisseau Collections/Photo Collection/Images/*/*/*.tif"
],
"dest_root": "h:/Sourisseau Website/webkiosk/webfolder/Media"
},
"SOURISSEAU-MCP2": {
"source_pathspecs": [
"H:/Edith Smith Collections/Images/*/*/*.tif",
"H:/Sourisseau Collections/Photo Collection/Images/*/*/*.tif",
"H:/Edith Smith Collections/Collections/McKay/neg scans/*/*/*.tif",
"H:/Edith Smith Collections/Collections/McKay/neg scans/*/*/*.jpg",
"H:/Edith Smith Collections/Del Carlo/Scans/*/*.tif",
"H:/Edith Smith Collections/Del Carlo/Scans/*/*/*.tif",
"H:/Edith Smith Collections/Collections/postcards/*/*/*.tif",
"H:/Sourisseau Collections/Collections/Layton/*/*/*.tif"
],
"dest_root": "H:/Sourisseau Website/webkiosk/webfolder/Media"
}
}
}