Skip to content

Commit

Permalink
Adding manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime-Griveau committed Jan 12, 2024
1 parent 606faba commit c10c93f
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions images/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"id" : "https://Maxime-Griveau.github.io/Vase_Francois_IIIF/images/manifest.json",
"label" : {
"en" : [ "All images loaded in Maxime-Griveau/Vase_Francois_IIIF project" ]
},
"type" : "Manifest",
"@context" : "http://iiif.io/api/presentation/3/context.json",
"items" : [ {
"width" : 5301,
"id" : "https://Maxime-Griveau.github.io/Vase_Francois_IIIF/images/facea/canvas/",
"label" : {
"none" : [ "facea" ]
},
"type" : "Canvas",
"items" : [ {
"id" : "https://Maxime-Griveau.github.io/Vase_Francois_IIIF/images/facea/AnnoPage/",
"type" : "AnnotationPage",
"items" : [ {
"motivation" : "Painting",
"id" : "https://Maxime-Griveau.github.io/Vase_Francois_IIIF/images/facea/annotation/",
"type" : "Annotation",
"body" : {
"service" : [ {
"tiles" : [ {
"scaleFactors" : [ 32, 16, 8, 4, 2, 1 ],
"width" : 1024,
"height" : 1024
} ],
"protocol" : "http://iiif.io/api/image",
"sizes" : [ {
"width" : 166,
"height" : 105
}, {
"width" : 332,
"height" : 209
}, {
"width" : 663,
"height" : 417
}, {
"width" : 1326,
"height" : 834
}, {
"width" : 2651,
"height" : 1667
}, {
"width" : 5301,
"height" : 3334
} ],
"profile" : "http://iiif.io/api/image/2/level0.json",
"width" : 5301,
"@id" : "https://Maxime-Griveau.github.io/Vase_Francois_IIIF/images/facea",
"@context" : "http://iiif.io/api/image/2/context.json",
"height" : 3334
} ],
"format" : "image/jpeg",
"width" : 5301,
"id" : "https://Maxime-Griveau.github.io/Vase_Francois_IIIF/images/facea/full/full/0/default.jpg",
"type" : "Image",
"height" : 3334
},
"target" : "https://Maxime-Griveau.github.io/Vase_Francois_IIIF/images/facea/canvas/"
} ]
} ],
"height" : 3334
} ]
}

0 comments on commit c10c93f

Please sign in to comment.