Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

processing helpers for iiif #495

Open
damooo opened this issue Apr 27, 2022 · 2 comments
Open

processing helpers for iiif #495

damooo opened this issue Apr 27, 2022 · 2 comments

Comments

@damooo
Copy link

damooo commented Apr 27, 2022

iiif is internaltional image interoperability framework.

It would be great if imageproc provides processing fns for implementing iiif-image api.

@fintelia
Copy link

fintelia commented Apr 28, 2022

Could you provide more details? What is iiif used for? How widespread is it? What changes would be required to imageproc to expose this functionality?

@damooo
Copy link
Author

damooo commented Apr 28, 2022

iiif is de-facto standard for image collection, presentation, annotation, usage purposes, and is ubiquitious in GLAM(Galleries, libraries, archives and museums) ecosystems.

Almost every professional library like loc, cambridge, oxford-boldien, etc expose a iiif endpoint.

Tools like open-seadragon(for deep zoom viewers), mirador (for iiif manifest viewing, and annotating), annotorious, universal-viewer, etc.. open source software are part of it's ecosystem.

iiif-image api, the part that concerns with serving image tiles at various regions, resolutions, formats is core image api.

It mostly involves region, resolution, rotation, filter, format pipeline expressed through uri, And deep zoom viewers can easily query interested part of region at required quality. Though required basic functionality exists in image-rs crate, it would be great if there is a high level functionality, that can efficiently wire them to produce iiif-image tiles, and metadata.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants