Skip to content

Instantly share code, notes, and snippets.

@glenrobson
Created March 3, 2022 14:49
Show Gist options
  • Save glenrobson/4feb188d79124cf6358addf7d4f641e6 to your computer and use it in GitHub Desktop.
Save glenrobson/4feb188d79124cf6358addf7d4f641e6 to your computer and use it in GitHub Desktop.
{
"@context": "http://iiif.io/api/presentation/3/context.json",
"id": "https://preview.iiif.io/cookbook/0040-image-rotation-service/recipe/0040-image-rotation-service/manifest-css.json ",
"type": "Manifest",
"label": {
"ca": [
"[Conoximent de las orines] Ihesus, Ihesus. En nom de Deu et dela beneyeta sa mare e de tots los angels i archangels e de tots los sants e santes de paradis yo micer Johannes comense aquest libre de reseptes en l’ayn Mi 466."
]
},
"items": [{
"id": "https://preview.iiif.io/cookbook/0040-image-rotation-service/recipe/0040-image-rotation-service/canvas/p1",
"type": "Canvas",
"label": {
"en": [
"inside cover; 1r"
]
},
"width": 2250,
"height": 3375,
"items": [{
"id": "https://preview.iiif.io/cookbook/0040-image-rotation-service/recipe/0040-image-rotation-service/p1/1",
"type": "AnnotationPage",
"items": [{
"id": "https://preview.iiif.io/cookbook/0040-image-rotation-service/recipe/0040-image-rotation-service/annotation/v0001-image",
"type": "Annotation",
"motivation": "painting",
"stylesheet": {
"type": "CSSStylesheet",
"value": ".rotated { transform-origin: top left; transform: rotate(90deg); }"
},
"body": {
"id": "https://example.com/specificResource",
"type": "SpecificResource",
"styleClass": "rotated",
"source": {
"id": "https://iiif.io/api/image/3.0/example/reference/85a96c630f077e6ac6cb984f1b752bbf-0-21198-zz00022840-1-master/full/max/0/default.jpg",
"format": "image/jpeg",
"width": 3375,
"height": 2250,
"service": [{
"id": "https://iiif.io/api/image/3.0/example/reference/85a96c630f077e6ac6cb984f1b752bbf-0-21198-zz00022840-1-master",
"type": "ImageService3",
"profile": "level1"
}]
}
},
"target": {
"source": "https://preview.iiif.io/cookbook/0040-image-rotation-service/recipe/0040-image-rotation-service/canvas/p1"
}
}]
}]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment