{
  "@context": "http://iiif.io/api/image/2/context.json",
  "@id": "https://test-iiif-server.allmaps.org/cors/iiif/2/5005dbd7e344f975",
  "protocol": "http://iiif.io/api/image",
  "sizes": [
    {
      "width": 313,
      "height": 226
    },
    {
      "width": 625,
      "height": 452
    },
    {
      "width": 1250,
      "height": 904
    },
    {
      "width": 2500,
      "height": 1808
    }
  ],
  "tiles": [
    {
      "width": 512,
      "height": 512,
      "scaleFactors": [
        1,
        2,
        4,
        8
      ]
    }
  ],
  "profile": [
    "http://iiif.io/api/image/2/level1.json",
    {
      "formats": [
        "jpg",
        "png",
        "webp"
      ],
      "qualities": [
        "default",
        "color"
      ],
      "supports": [
        "regionByPx",
        "regionByPct",
        "sizeByW",
        "sizeByH",
        "sizeByWh",
        "sizeByPct",
        "sizeByConfinedWh",
        "cors"
      ]
    }
  ]
}