IIIF / awesome-iiif

Awesome IIIF-related resources
https://iiif.github.io/awesome-iiif/
473 stars 110 forks source link

https://iiif.link Content State export #388

Closed atomotic closed 1 year ago

atomotic commented 3 years ago

quick experiment: https://iiif.link Open a manifest, select a canvas, zoom and pan to a desired detail, and click share. A unique URL will be generated that can be shared over the internet; upon opening the URL the viewer will open at the saved zoom and position.

example: https://iiif.link/id/1ij66rNas3E7Kh8lt1lXmsAcXQj

more formats:

code here, comments are welcome: https://github.com/atomotic/iiif.link
the viewer frontend is very raw, metadata and label handling could be improved.

next step: i want to implement also Content State import, with GET parameter

azaroth42 commented 1 year ago

Propose close, and thanks for the implementation!

glenrobson commented 1 year ago

Included in IIIF awesome: https://github.com/IIIF/awesome-iiif#import-to-viewers

atomotic commented 1 year ago

👍 although is very prototypal and immature, and works only with manifest v2. I have plan to rewrite from scratch with SvelteKit, iiif-vault and annotorious (for state selection)