Overview
This is a note on my experiment with serving IIIF images using mdx.jp object storage and IIP Image (IIIF Image Server).
This is a continuation of the following article.
Docker Version of IIP Image
A Docker image for the IIPImage server is available at the following link, so I will use that.
https://hub.docker.com/r/iipsrv/iipsrv
Refer to the following article and others for installing Docker.
https://qiita.com/Marron-chan/items/570c7c7baaae3b4d6b11
Execution
Following the previous article, mount the mdx.jp object storage as follows.
An important note: I added -o allow_other compared to the previous article. Without this option, the following error occurred when starting the container.
After adding the -o allow_other option, run the following command. It started successfully.
With this configuration, store tiled multi-resolution pyramid TIFF files in /satoru196/iip/images on the object storage, and verify access via a URL like the following:
http://
Summary
I was able to combine IIPImage Server with mdx.jp object storage. However, the response speed and other performance aspects have not yet been tested. I plan to continue experimenting.
I hope this is helpful as a reference.