https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38655
--- Comment #13 from David Cook <[email protected]> --- Locally, we have a custom Koha endpoint which generates IIIF manifests on-the-fly. We run a Cantaloupe IIIF image server, which fetches images from a S3-compatible object storage service, which makes the storage cheap. We actually use an iframe in Koha to point to a Universal Viewer that we host on a non-Koha system, but there's other ways that could be implemented. -- As I said, I'd have to think more, but perhaps a IIIF plugin could be created, which could only serve image content to authenticated users. Converting the PDFs into images is harder/more complicated, but not impossible. It could actually be its own plugin as well. A plugin which ingests PDFs and turns them into images with a particular layout or a IIIF friendly layout. A IIIF plugin could actually be useful for many libraries in different contexts. Perhaps we could replace our local customization with a IIIF plugin. Hmm... -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
