-
Notifications
You must be signed in to change notification settings - Fork 32
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
Dealing with Missing images #283
Comments
Live examples in Mirador 2 (manuscripts with missing pages represented as empty canvases): |
Thanks for the example links, @regisrob! I used the Biblissima examples last year to model how we approach this here at UCLA :) |
We also tried this at the NLW: https://glenrobson.github.io/iiif/2021/06/04/NLW-Journals.html |
Just looking at @regisrob example it looks like they also have empty canvases (from https://demos.biblissima.fr/iiif/metadata/florus-dispersus/manifest.json):
@regisrob how do you get the custom thumbnail to appear? Is that a local customisation of Mirador? Also this example:
|
Related discussion on api issue: IIIF/api#1017 |
Also this discussion in mirador: ProjectMirador/mirador#1231 |
@glenrobson - if you load those manifests in UV or the Mirador demo, they lose the placeholder thumbnails. It would be great if the community could agree on a way that viewers could handle empty canvases that could be implemented in each of the viewers. Short of that, it seems like local customizations (like Biblissima) or using a placeholder image on a Canvas where the image is missing are the current solutions. |
It looks like Mirador 2 addressed empty canvases, but it doesn't look like that made it into M3? |
It looks like it was never merged in mirador 2 but it looks very similar to @regisrob implementation. |
@glenrobson Yes it was a local customization in Mirador 2, but I cannot remember why it was never merged in the codebase, nor why the placeholder text and thumbnail for empty canvases has not been implemented in Mirador 3... |
Recipe Name
Missing images in sequence.
Use case
I have a manuscript which has an image missing. I want to included a canvas with some content to show the user that there should/could be an image there and also make sure the recto/verso paged functionality isn't thrown due to this missing image.
See this example: IIIF/api#33
The text was updated successfully, but these errors were encountered: