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

Improve performance of IIIF Manifest generation #959

Closed
alxp opened this issue Jun 30, 2023 · 0 comments · Fixed by #1029
Closed

Improve performance of IIIF Manifest generation #959

alxp opened this issue Jun 30, 2023 · 0 comments · Fixed by #1029

Comments

@alxp
Copy link

alxp commented Jun 30, 2023

PR forthcoming.

The Islandora IIIF module contains a Views style plugin for generating IIIF manifests.

Many pages in Islandora repositories are stored as TIFF images using the File media type.

One requirement of IIF manifests is that each canvas (image) include the image's dimensions.

For media of Image type this is easily retrievable via a field, however TIFFs in File format are opened directly and the image file is examined on each load for each image.

We have a performance improvement internally where we add with and height fields to the File media type and store these values if they aren't already populated the first time the IIIF Manifest is generated.

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

Successfully merging a pull request may close this issue.

1 participant