digirati-co-uk / iiif-manifest-editor

Create new IIIF Manifests. Modify existing manifests. Tell stories with IIIF.
https://manifest-editor.digirati.services/
MIT License
31 stars 2 forks source link

Work with level 0 IIIF images #22

Open glenrobson opened 2 years ago

glenrobson commented 2 years ago

Level 0 images and particularly the ones we store on GitHub are a free and relatively easy way to have IIIF images and so we use them extensively in the training.

We would like the images to display correctly in the Manifest Editor both the main canvas but also thumbnails. See an example v2 level0 image here:

https://iiif-test.github.io/Space/images/JNCE_2021158_34C00002_V01-red/info.json

and a v3 here:

https://iiif-test.github.io/test2/images/IMG_8722/info.json

tomcrane commented 2 years ago

The Manifest will use the thumbnail selection algorithm that is now built into Vault...

Which is also now in iiif-commons!

https://github.com/IIIF-Commons/vault-helpers/blob/main/src/thumbnail.ts

So level 0 services will be supported, and the tool will do its best to find a suitable thumbnail.

stephenwf commented 1 year ago

Some more examples from the same issue in OSD: https://glenrobson.github.io/iiif_stuff/rounding_issue/

Related IIIF issue: https://github.com/IIIF/api/issues/2232 and OSD issue: https://github.com/openseadragon/openseadragon/pull/2206