IIIF-Commons / biiif

Organise your files according to a simple naming convention to generate IIIF Presentation API json using nodejs (Dat and IPFS compatible)
MIT License
89 stars 11 forks source link

Image Choice #13

Open edsilv opened 6 years ago

edsilv commented 6 years ago

Bearing in mind that the UX for this doesn't exist in the UV yet...

What would be the most user-friendly way to specify a choice of images? http://iiif.io/api/presentation/2.0/#choice-of-alternative-resources

If there isn't a use case for metadata on each image, you could simply list every image in the canvas folder excluding thumb.jpg. Otherwise, perhaps adding a further folder starting with an underscore could signify choice?

edsilv commented 6 years ago

Metadata would be inside the annotation, not part of the IIIF structure. Multiple images/whatever in the folder is ok.

edsilv commented 6 years ago

Use custom annotation yml files to specify a choice?

values:
  - img1.jpg
  - img2.jpg
  - img3.jpg