Extension:IIIF
![]() Release status: stableCategory:Stable extensions |
|
---|---|
Implementation | APICategory:API extensions |
Description | API services and other tools for working with IIIF. |
Latest version | 0.4 (2025-06-14) |
MediaWiki | 1.39Category:Extensions with manual MediaWiki version |
License | GNU General Public License 2.0 or later |
Download | GitHub: Note: README |
The IIIF extension offers a number of API services and associated tools for working with IIIF (International Image Interoperability Framework), such as integrating annotations, creating collections and using image files from MediaWiki sites. Beginning with v0.3, it also provides an image annotation tool based on OpenSeadragon and Annotorious. Some of its features support integration with Extension:Semantic MediaWiki.
The most up to date and detailed guide on usage and configuration is included with the extension on the special page Special:IIIF. A blog about initial development can be found on https://codecs.vanhamel.nl/Show:Lab/IIIF.
Installation
- Download and place the file(s) in a directory called
IIIF
in yourextensions/
folder. - Only when installing from Git, run Composer to install PHP dependencies, by issuing
composer install --no-dev
in the extension directory. (See T173141 for potential complications.)Category:Extensions requiring Composer with git - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'IIIF' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
IIIF
IIIF (International Image Interoperability Framework) refers to a set of open web standards for delivering digital resources, such as images and audio/visual files, along with their metadata. Adopted across the GLAM sector and perhaps further afield, it has significantly contributed to the dissemination of cultural heritage assets in digital form and to engagement with them in research and education. Central to IIIF standards is a set of APIs, notably the Presentation API and Image API. This extension focuses on the implementation of IIIF APIs within the MediaWiki context as well as tools can make use of them.
See the IIIF website for a general introduction and further information.
Example
