openseadragon/test/data/iiif_2_0_tiled/info.json

25 lines
500 B
JSON
Raw Normal View History

2014-07-28 23:45:52 +04:00
{
"@context": "http://iiif.io/api/image/2/context.json",
"@id": "http://localhost:8000/test/data/iiif_2_0_tiled",
"protocol": "http://iiif.io/api/image",
"height": 1024,
"width": 775,
2014-09-04 23:28:52 +04:00
"tiles" : [{"width":256, "scaleFactors":[1,2,4,8]}],
2014-07-28 23:45:52 +04:00
"profile": ["http://iiif.io/api/image/2/level1.json",
{
"qualities": [
"native",
"bitonal",
"grey",
"color"
],
"formats": [
"jpg",
"png",
"gif"
]
}
]
}