Overview
IIIF Image API level 0 delivers images using pre-generated static tile images. This enables image publishing using only static file hosting services such as GitHub Pages or Amazon S3. However, it has the drawback of not being able to extract arbitrary regions of images.
This article introduces an example of publishing images using IIIF Image API level 0.
Tool
You can try it with the following notebook.
This notebook is based on the following script.
https://github.com/zimeon/iiif/blob/main/iiif_static.py
Published Example
Here is an example displaying tile images published on GitHub Pages.
Summary
I introduced a method to support IIIF Image API (level 0) using only static files.
I hope you find this useful after considering the advantages and disadvantages of this approach.