{
  "@context": "http://iiif.io/api/image/3/context.json",
  "id": "https://test-iiif-server.allmaps.org/cors/iiif/3/5005dbd7e344f975",
  "type": "ImageService3",
  "protocol": "http://iiif.io/api/image",
  "width": 2500,
  "height": 1808,
  "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": "level1",
  "extraFormats": [
    "jpg",
    "png",
    "webp"
  ],
  "extraQualities": [
    "color"
  ],
  "extraFeatures": [
    "regionByPx",
    "regionByPct",
    "sizeByW",
    "sizeByH",
    "sizeByWh",
    "sizeByPct",
    "sizeByConfinedWh",
    "cors"
  ]
}