mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
7a97d524f8
This commit adds a new set of tests for IIIFv3 Image API info to the `formats` tests. These tests mirror the tests done for the v2 handler, but with updated 'info.json' files. Image directories also needed to be changed to include the full width/height parameters. Also changed was moving the `iiif` test block up below formats, and adding a QUnit module name. This allowed the tests to show up in the QUnit browser test. All of the new tests were checked and pass.
12 lines
364 B
JSON
12 lines
364 B
JSON
{
|
|
"@context": "http://iiif.io/api/image/3/context.json",
|
|
"id": "http://localhost:8000/test/data/iiif_3_0_tiled_sf1",
|
|
"protocol": "http://iiif.io/api/image",
|
|
"height": 1024,
|
|
"width": 775,
|
|
"tiles" : [{"width": 256, "scaleFactors": [1]}],
|
|
"profile": "level2",
|
|
"extraQualities": ["bitonal", "grey", "color"],
|
|
"extraFormats": ["jpg", "png", "gif" ]
|
|
}
|