Skip to content

Instantly share code, notes, and snippets.

@baskaufs
Created April 13, 2021 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baskaufs/9499f7cdf6c07e99a700e0ed455dc87b to your computer and use it in GitHub Desktop.
Save baskaufs/9499f7cdf6c07e99a700e0ed455dc87b to your computer and use it in GitHub Desktop.
test IIIF manifest
{
"@context": "http://iiif.io/api/presentation/3/context.json",
"id": "https://iiif.io/api/cookbook/recipe/0001-mvm-image/manifest.json",
"type": "Manifest",
"label": {
"en": [
"Image 1"
]
},
"items": [
{
"id": "https://iiif.io/api/cookbook/recipe/0001-mvm-image/canvas/p1",
"type": "Canvas",
"height": 2112,
"width": 2526,
"items": [
{
"id": "https://iiif.io/api/cookbook/recipe/0001-mvm-image/page/p1/1",
"type": "AnnotationPage",
"items": [
{
"id": "https://iiif.io/api/cookbook/recipe/0001-mvm-image/annotation/p0001-image",
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "https://zenodo.org/record/4683346/files/trco--fr040529-17e5384.jpg",
"type": "Image",
"format": "image/jpeg",
"height": 2112,
"width": 2526
},
"target": "https://iiif.io/api/cookbook/recipe/0001-mvm-image/canvas/p1"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment