Difference between revisions of "IIIF Framework"

From CETAF Identifiers Wiki
Jump to: navigation, search
Line 17: Line 17:
  
 
:'''Recommendation:''' The most recent versions of the APIs are Version 3.0 for Image and Presentation and Version 1.0 for Authentication, Search and Change Discover. Adoption of these most current versions of APIs is recommended. Earlier versions are not discussed here.
 
:'''Recommendation:''' The most recent versions of the APIs are Version 3.0 for Image and Presentation and Version 1.0 for Authentication, Search and Change Discover. Adoption of these most current versions of APIs is recommended. Earlier versions are not discussed here.
 +
 +
== IIIF APIs - Summary ==
 +
Images are exposed to the world through a set of APIs. The '''Presentation API''' describes what the images are and how they relate to both each other and the object they are of - so a human knows what they are looking at. The '''Image API''' provides the pixels to display on the screen. The '''Search API''' makes it possible to find text within objects like books. There is an '''Authentication API''' in case you need to control who can see what and a '''Change Discovery API''' to keep track of modifications to big collections. The new kid on the block is the '''Content State API''' that enables you to direct someone to a particular place within a complex multimedia object.
 +
 +
But, as the Wizard Gandalf might say, ''“The one API to rule them all, the one API to find them, the one API to bring them all, and in the darkness bind them”'' is the Presentation API.
 +
 +
=== Image API ===
 +
 +
The [https://iiif.io/api/image/3.0/ Image API] defines how a client application can retrieve the pixels of an image to display. It is similar to other image server APIs. Two types of call are specified. One returns a simple JSON based description of the image, such as its pixel dimensions, the other defines the syntax of a URI. This syntax can specify the region, size, rotation, quality characteristics and format of the image to be returned.
 +
 +
 +
 +
  
  
 
Back to [[IIIF| IIIF Home]]
 
Back to [[IIIF| IIIF Home]]

Revision as of 15:32, 29 September 2022

Part of IIIF Pages

It can be daunting for a newcomer to reach an understanding of what IIIF is as it consists of a series of technical and social components working together towards three goals (from the IIIF website):

  • To give scholars an unprecedented level of uniform and rich access to image-based resources hosted anywhere.
  • To define a set of common application programming interfaces that support interoperability between image repositories.
  • To develop, cultivate and document shared technologies, such as image servers and web clients, that provide a world-class user experience in viewing, comparing, manipulating and annotating images.

The four components that make up IIIF in the broad sense are:

  1. Technical standards in the form or Application Programming Interfaces (APIs).
  2. Software applications including image viewers, server components and scripts that run in the background to publish image data.
  3. The IIIF Consortium (IIIF-C), a membership organisation that provides steering and sustainability for the IIIF community. It comprises more than 40 Founding Members who have committed to support the growth and adoption of IIIF. It has a small paid staff and is most visible in organising workshops, conferences and training events.
  4. The IIIF community which includes the adopters, users and developers of IIIF standards and software. By extension, dear reader, that includes you.

Here we will mainly discuss IIIF in the narrow sense of the APIs and software but these are just the concrete manifestation of the collaboration between individuals and institutions who maintain them. There are currently six distinct APIs. Below is a brief outline of what they do and how they interact with each other. The specifications themselves are quite accessible and provide full descriptions of each API.

Recommendation: The most recent versions of the APIs are Version 3.0 for Image and Presentation and Version 1.0 for Authentication, Search and Change Discover. Adoption of these most current versions of APIs is recommended. Earlier versions are not discussed here.

IIIF APIs - Summary

Images are exposed to the world through a set of APIs. The Presentation API describes what the images are and how they relate to both each other and the object they are of - so a human knows what they are looking at. The Image API provides the pixels to display on the screen. The Search API makes it possible to find text within objects like books. There is an Authentication API in case you need to control who can see what and a Change Discovery API to keep track of modifications to big collections. The new kid on the block is the Content State API that enables you to direct someone to a particular place within a complex multimedia object.

But, as the Wizard Gandalf might say, “The one API to rule them all, the one API to find them, the one API to bring them all, and in the darkness bind them” is the Presentation API.

Image API

The Image API defines how a client application can retrieve the pixels of an image to display. It is similar to other image server APIs. Two types of call are specified. One returns a simple JSON based description of the image, such as its pixel dimensions, the other defines the syntax of a URI. This syntax can specify the region, size, rotation, quality characteristics and format of the image to be returned.




Back to IIIF Home