forked from jackdos/rdss-par-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbr-3.json
104 lines (104 loc) · 3.14 KB
/
br-3.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"description": "Use resizing parameters on ImageMagick to perform generation of consistent size access copy JPEGs from TIFFs",
"formatFamilies": [
{
"guid": "82c95c58-27dd-5ca3-bd3b-9a502ca7c6fd",
"name": "Q27996264",
"namespace": "http://www.wikidata.org/wiki/"
},
{
"guid": "06f81e3f-e7ae-5b77-b915-833204a7ddd6",
"name": "Q215106",
"namespace": "http://www.wikidata.org/wiki/"
}
],
"formats": [
{
"guid": "985814d4-147e-590e-b1cb-faff53bef136",
"name": "fmt/353",
"namespace": "http://www.nationalarchives.gov.uk/"
},
{
"guid": "a5aecb52-670b-5b5e-a0f1-ddfade041165",
"name": "fmt/155",
"namespace": "http://www.nationalarchives.gov.uk/"
},
{
"guid": "3e53b074-2226-5ced-ace2-bde2bd3016d0",
"name": "fmt/154",
"namespace": "http://www.nationalarchives.gov.uk/"
},
{
"guid": "21adead9-4e25-5113-9482-5f748f671964",
"name": "fmt/153",
"namespace": "http://www.nationalarchives.gov.uk/"
},
{
"guid": "f06c2f2a-3cc5-592b-8307-a9d81ca3bf07",
"name": "fmt/156",
"namespace": "http://www.nationalarchives.gov.uk/"
},
{
"guid": "560fa6ed-b81e-5c3d-9cba-dfd60bdabae8",
"name": "fmt/152",
"namespace": "http://www.nationalarchives.gov.uk/"
},
{
"guid": "e288e300-5436-5600-bc8e-6e4e46a20bf9",
"name": "x-fmt/387",
"namespace": "http://www.nationalarchives.gov.uk/"
},
{
"guid": "f4762c99-f4cc-550d-9827-a27a770e90c3",
"name": "x-fmt/388",
"namespace": "http://www.nationalarchives.gov.uk/"
},
{
"guid": "824d5e9a-9a08-5acd-b928-b236877b6817",
"name": "x-fmt/399",
"namespace": "http://www.nationalarchives.gov.uk/"
}
],
"id": {
"guid": "7a71b0d2-d6f3-5d49-a132-9b6776ec6243",
"name": "br/3",
"namespace": "http://preservica.com"
},
"notes": "We want all JPEGs for presentation to fit into a 250x250px box so that they display properly in our access system, where the template for displaying images has a 300px div for the image itself, however, we only want to resize where the image itself is larger than that box.",
"preservationActionTypes": [
{
"id": {
"guid": "b09aebcc-da41-5e90-8a92-5da1a838ce69",
"name": "http://id.loc.gov/vocabulary/preservation/eventType/mig",
"namespace": "url"
},
"label": "migration"
}
],
"preservationActions": [
{
"optionalInputProperties": [
{
"description": "Resize to fit a 250px square box",
"name": "250x250",
"parProperty": {
"class": "size",
"id": {
"guid": "iab747c2a-9c2f-4e79-9ac8-d12015398d32",
"name": "2D resolution",
"namespace": "http://www.parcore.org/properties"
},
"type": "string",
"units": "pixels",
"value": "250x250"
}
}
],
"preservationAction": {
"guid": "a5d70e69-a42f-5cf9-a006-14d15c244610",
"name": "action/25",
"namespace": "http://www.parcore.org/actions"
}
}
]
}