openseadragon/test/data/iiif_2_0_tiled_sf1/info.json

32 lines
539 B
JSON
Raw Normal View History

2018-02-16 23:14:28 +03:00
{
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "http://localhost:8000/test/data/iiif_2_0_tiled_sf1",
"protocol": "http://iiif.io/api/image",
"height": 1024,
"width": 775,
"tiles": [
{
"width": 256,
"scaleFactors": [
1
]
}
],
"profile": [
"http://iiif.io/api/image/2/level1.json",
{
"qualities": [
"native",
"bitonal",
"grey",
"color"
],
"formats": [
"jpg",
"png",
"gif"
]
}
]
}