Overview#
IIIF Server is a module for delivering IIIF manifests from Omeka S.
https://github.com/Daniel-KM/Omeka-S-module-IiifServer
In this article, we examine the output content of these IIIF manifests (specifically, IIIF Presentation API version 2).
Example#
The following is an example of a IIIF manifest for an item with ID test-111 on an Omeka S instance published at https://shared.ldas.jp/omeka-s.
Below, I will explain each type.
Note that the Image API descriptions are treated as fixed.
sc:Manifest#
Information about the sc:Manifest.
sc:Sequence#
Information about the sc:Sequence.
sc:Canvas#
Information about the sc:Canvas.
Summary#
I hope this is helpful for understanding Omeka S IIIF manifests.