{
  "@context": "http://iiif.io/api/image/2/context.json",
  "@id": "https://test-iiif-server.allmaps.org/no-cors/iiif/2/bf358ffda2ce5ff9",
  "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": 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"
      ]
    }
  ]
}