(Batch conversion of .dzi pyramids to level 0 IIIF pyramids)
In a similar vein, and starting with this code, has anyone written a utility that takes as input a dz image pyramid (.dzi xml + tile directories) on disk, and generates an info.json file and a renamed set of tiles (i.e., saving new IIIF static tiles to disk)? This would allow people with static dz resources to see them in IIIF viewers, and reference them in manifests, without requiring new server infrastructure (i.e., anything more than a web server). Would that be a level 0 profile?
Optionally the tool could take the path of a thumbnail that it could add to the info.json as the "thumbnail" property. The tool would need a base URI parameter too.
I suspect that this tool does not exist - but it would it be useful to collections that already have static assets on disk in this format, and give them a taster of IIIF, without requiring any new server side infrastructure.
It would also allow "home users" to use a tool like Deep Zoom Composer (which outputs a dz pyramid).
Happy to have a go at creating it - but better check first!
Tom