Skip to content

Instantly share code, notes, and snippets.

@cwulfman
Created April 10, 2024 20:09
Show Gist options
  • Save cwulfman/3346bb054589762448a4c714372c5353 to your computer and use it in GitHub Desktop.
Save cwulfman/3346bb054589762448a4c714372c5353 to your computer and use it in GitHub Desktop.
{
"@context": "http://iiif.io/api/presentation/3/context.json",
"id": "https://iiif.io/api/cookbook/recipe/0005-image-service/manifest.json",
"type": "Manifest",
"label": {
"en": [
"Picture of Göttingen taken during the 2019 IIIF Conference"
]
},
"items": [
{
"id": "https://iiif.io/api/cookbook/recipe/0005-image-service/canvas/p1",
"type": "Canvas",
"label": {
"en": [
"Canvas with a single IIIF image"
]
},
"height": 2039,
"width": 3032,
"items": [
{
"id": "https://iiif.io/api/cookbook/recipe/0005-image-service/page/p1/1",
"type": "AnnotationPage",
"items": [
{
"id": "https://iiif.io/api/cookbook/recipe/0005-image-service/annotation/p0001-image",
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "https://dl.tufts.edu/images/rr172152n%2Ffiles%2F3f8cfbbc-132b-4e74-b107-2008cf97a18f%2Ffcr:versions%2Fversion1/full/full/0/default.jpg",
"type": "Image",
"height": 2039,
"width": 3032,
"service": [
{
"@id": "https://dl.tufts.edu/images/rr172152n%2Ffiles%2F3f8cfbbc-132b-4e74-b107-2008cf97a18f%2Ffcr:versions%2Fversion1",
"@type": "ImageService2",
"profile": "http://iiif.io/api/image/2/level1.json"
}
],
"format": "image/jpeg"
},
"target": "https://iiif.io/api/cookbook/recipe/0005-image-service/canvas/p1"
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment