mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 21:26:10 +03:00
29 lines
498 B
JSON
29 lines
498 B
JSON
{
|
|
"profile": "http://library.stanford.edu/iiif/image-api/1.1/compliance.html#level2",
|
|
"scale_factors": [
|
|
1,
|
|
2,
|
|
4,
|
|
8,
|
|
16,
|
|
32
|
|
],
|
|
"tile_height": 256,
|
|
"height": 1024,
|
|
"width": 775,
|
|
"tile_width": 256,
|
|
"qualities": [
|
|
"native",
|
|
"bitonal",
|
|
"grey",
|
|
"color"
|
|
],
|
|
"formats": [
|
|
"jpg",
|
|
"png",
|
|
"gif"
|
|
],
|
|
"@context": "http://library.stanford.edu/iiif/image-api/1.1/context.json",
|
|
"@id": "http://localhost:8000/test/data/iiif_1_1_tiled"
|
|
}
|