{
    "@context": "http://iiif.io/api/image/2/context.json",
    "@id": "https://cms.demoppr.flora.museum/restimage/ark:/12345/003973565/doc/103417/IIIF/",
    "protocol": "http://iiif.io/api/image",
    "width": 3133,
    "height": 2480,
    "sizes": [
        {
            "width": 98,
            "height": 78
        },
        {
            "width": 196,
            "height": 155
        },
        {
            "width": 392,
            "height": 310
        },
        {
            "width": 783,
            "height": 620
        },
        {
            "width": 1567,
            "height": 1240
        },
        {
            "width": 3133,
            "height": 2480
        }
    ],
    "tiles": [
        {
            "width": 512,
            "height": 512,
            "scaleFactors": [
                1,
                2,
                4,
                8,
                16,
                32
            ]
        }
    ],
    "profile": [
        "http://iiif.io/api/image/2/level2.json",
        {
            "formats": [
                "jpg",
                "tif",
                "gif",
                "png"
            ],
            "maxArea": 400000000,
            "qualities": [
                "bitonal",
                "default",
                "gray",
                "color"
            ],
            "supports": [
                "regionByPx",
                "sizeByW",
                "sizeByWhListed",
                "cors",
                "regionSquare",
                "sizeByDistortedWh",
                "sizeAboveFull",
                "canonicalLinkHeader",
                "sizeByConfinedWh",
                "sizeByPct",
                "jsonldMediaType",
                "regionByPct",
                "rotationArbitrary",
                "sizeByH",
                "baseUriRedirect",
                "rotationBy90s",
                "profileLinkHeader",
                "sizeByForcedWh",
                "sizeByWh",
                "mirroring"
            ]
        }
    ]
}