{
  "@context": "http://iiif.io/api/image/3/context.json",
  "id": "https://test-iiif-server.allmaps.org/no-cors/iiif/3/670dbd9ccc9a453a",
  "type": "ImageService3",
  "protocol": "http://iiif.io/api/image",
  "width": 2500,
  "height": 3032,
  "sizes": [
    {
      "width": 313,
      "height": 379
    },
    {
      "width": 625,
      "height": 758
    },
    {
      "width": 1250,
      "height": 1516
    },
    {
      "width": 2500,
      "height": 3032
    }
  ],
  "tiles": [
    {
      "width": 512,
      "height": 512,
      "scaleFactors": [
        1,
        2,
        4,
        8
      ]
    }
  ],
  "profile": "level1",
  "extraFormats": [
    "jpg",
    "png",
    "webp"
  ],
  "extraQualities": [
    "color"
  ],
  "extraFeatures": [
    "regionByPx",
    "regionByPct",
    "sizeByW",
    "sizeByH",
    "sizeByWh",
    "sizeByPct",
    "sizeByConfinedWh",
    "cors"
  ]
}