Created
November 8, 2017 00:29
-
-
Save milothiesen/49f56a045314fbd3894fd93180a53de8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": "http://iiif.io/api/presentation/2/context.json", | |
"@id": "http://fe6f2d2c-56ea-4428-8a5e-0baf9205f36f", | |
"@type": "sc:Manifest", | |
"label": "[Click to edit label]", | |
"metadata": [], | |
"sequences": [ | |
{ | |
"@id": "http://97d1aef1-cb91-4913-9ab4-ff1a32ec54f5", | |
"@type": "sc:Sequence", | |
"label": [ | |
{ | |
"@value": "Normal Sequence", | |
"@language": "en" | |
} | |
], | |
"canvases": [ | |
{ | |
"@id": "http://164ca17d-663e-4f16-91c5-d8b072d6a50c", | |
"@type": "sc:Canvas", | |
"label": "Empty canvas", | |
"height": 5180, | |
"width": 4558, | |
"images": [ | |
{ | |
"@context": "http://iiif.io/api/presentation/2/context.json", | |
"@id": "http://cfc28dc3-1fd8-4976-a707-5ab1c166842d", | |
"@type": "oa:Annotation", | |
"motivation": "sc:painting", | |
"resource": { | |
"@id": "http://127.0.0.1:8182/iiif/2/image.jpg/full/full/0/default.jpg", | |
"@type": "dctypes:Image", | |
"format": "image/jpeg", | |
"service": { | |
"@context": "http://iiif.io/api/image/2/context.json", | |
"@id": "http://127.0.0.1:8182/iiif/2/image.jpg", | |
"profile": [ | |
"http://iiif.io/api/image/2/level2.json", | |
{ | |
"formats": [ | |
"jpg", | |
"tif", | |
"gif", | |
"png" | |
], | |
"maxArea": 400000000, | |
"qualities": [ | |
"bitonal", | |
"default", | |
"gray", | |
"color" | |
], | |
"supports": [ | |
"sizeByW", | |
"regionByPx", | |
"sizeByWhListed", | |
"cors", | |
"regionSquare", | |
"sizeByDistortedWh", | |
"sizeAboveFull", | |
"canonicalLinkHeader", | |
"sizeByConfinedWh", | |
"sizeByPct", | |
"jsonldMediaType", | |
"regionByPct", | |
"sizeByH", | |
"rotationArbitrary", | |
"baseUriRedirect", | |
"rotationBy90s", | |
"profileLinkHeader", | |
"sizeByForcedWh", | |
"sizeByWh", | |
"mirroring" | |
] | |
} | |
] | |
}, | |
"height": 5180, | |
"width": 4558 | |
}, | |
"on": "http://164ca17d-663e-4f16-91c5-d8b072d6a50c" | |
} | |
] | |
} | |
] | |
} | |
], | |
"structures": [], | |
"description": "Test Manifest Description" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment