mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 21:26:10 +03:00
27 lines
379 B
JSON
27 lines
379 B
JSON
{
|
|
"identifier": "iiif_1_0_files",
|
|
"width": 775,
|
|
"height": 1024,
|
|
"scale_factors": [
|
|
1,
|
|
2,
|
|
3,
|
|
4,
|
|
5,
|
|
6
|
|
],
|
|
"tile_width": 256,
|
|
"tile_height": 256,
|
|
"formats": [
|
|
"jpg",
|
|
"png"
|
|
],
|
|
"qualities": [
|
|
"native",
|
|
"bitonal",
|
|
"grey",
|
|
"color"
|
|
],
|
|
"profile": "http://library.stanford.edu/iiif/image-api/compliance.html#level1"
|
|
}
|