The International Image Interoperability Framework is a set of APIs developed to make it easier to support interoperability between image repositories. These four APIs, the Image API, Presentation API, Search API, and Auth API provide a standard way to access image presentation content, and are supported by a large number of community-developed image servers and viewing software.
Questions tagged [iiif]
33 questions
0
votes
0 answers
Getting a list of available documents (books) on the IIIF server
Does the IIIF protocol allows to get a list of available ID numbers of documents?
I know that it is possible to get a list of id numbers for pages by giving the ID of the document e.g.
https://glam.uni.wroc.pl/iiif/RKP_AKC_1967_2_6_1062/manifest
but…

daamiansz
- 57
- 4
0
votes
0 answers
Convert iiif manifests to pdf on the fly
I am looking for some tool that can convert iiif manifests into pdfs on the fly.
I found only https://github.com/vanda/cocktail

andy_bu
- 113
- 2
- 13
0
votes
1 answer
IIIF / Mirador 3: how to limit the number of pages (canvas) available
Is it possible to limit the view of a window to a single canvas from a manifest?
For instance, I would like to show only one or a few pages from this book and not let users get lost in the 127 pages.
One possible option would be to remove altogether…

gramm
- 41
- 6
0
votes
1 answer
Mirador 3 - display windows as columns
When adding windows to mirador, they are displayed in a mosaic of increasingly small images. For example here with three windows.
The windows are draggable and resizable, but I would like to have directly this sort of display:
In mirador 2 I have…

gramm
- 41
- 6
0
votes
1 answer
Universal Viewer on Omeka gets TypeError:this._pubsub is undefined
In my Omeka S installation I have the Universal Viewer module. I use Cantaloupe as the server image. I create the manifests with IIIF Server module.
The manifests are working properly, but the info.json is endlessly loading. The strange thing is…

Lara M.
- 855
- 2
- 10
- 23
0
votes
1 answer
IIIF implementation (Loris + Mirador)
I am trying to implement the IIIF standard in order to show some papyri. I have configured Loris as an image server (here there is an info.json example:…

Fatjon Lala
- 1
- 1
0
votes
1 answer
Restore full image from IIIF json
If we have IIIF info.json in the following format:
{
"@context" : "http://iiif.io/api/image/2/context.json",
"@id" : "http://iiif.nli.org.il/IIIF/FL47675519",
"protocol" : "http://iiif.io/api/image",
"width" : 6000,
"height" : 4784,
…

Yanirmr
- 923
- 8
- 25
0
votes
1 answer
Can't get MiradorImageTools Plugin to work
I'm trying to get the MiradorImageTools plugin to work with mirador image viewer.
I'm using a very basic html page to test:

Balduin
- 415
- 4
- 11
0
votes
1 answer
openseadragon: unable to [Object object]: Error loading image at
I am experiencing some trouble using Openseadragon:
This is my code for the viewer: