{
  "@context": "http://iiif.io/api/image/3/context.json",
  "id": "https://test-iiif-server.allmaps.org/no-cors/iiif/3/bf358ffda2ce5ff9",
  "type": "ImageService3",
  "protocol": "http://iiif.io/api/image",
  "width": 2500,
  "height": 1968,
  "sizes": [
    {
      "width": 313,
      "height": 246
    },
    {
      "width": 625,
      "height": 492
    },
    {
      "width": 1250,
      "height": 984
    },
    {
      "width": 2500,
      "height": 1968
    }
  ],
  "tiles": [
    {
      "width": "512",
      "height": 0,
      "scaleFactors": [
        "one",
        2,
        -4
      ]
    }
  ],
  "profile": "level1",
  "extraFormats": [
    "jpg",
    "png",
    "webp"
  ],
  "extraQualities": [
    "color"
  ],
  "extraFeatures": [
    "regionByPx",
    "regionByPct",
    "sizeByW",
    "sizeByH",
    "sizeByWh",
    "sizeByPct",
    "sizeByConfinedWh",
    "cors"
  ]
}