Skip to content

Stand-alone implementation of UCD's IIIF image re-formatting tool + plugin to integrate with Mirador IIIF-compliant image viewer

License

Notifications You must be signed in to change notification settings

jbhoward-dublin/iiif-imageManipulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IIIF-imageManipulation

Stand-alone implementation of UCD's IIIF image re-formatting tool + plugin to integrate with Mirador IIIF-compliant image viewer.

To add to your project, install index.html in a directory with the sub-directories js and img. Once installed, usage syntax is:

/dirname/index.html?imageID={IIIF_image_id}

where IIIF_image_id is the image resource identifier from a IIIF manifest (the identifier presented to a IIIF Image API server). For example:

/dirname/index.html?imageID=https://iiif.ucd.ie/loris/ivrla:3858

To integrate with Mirador, install the plugin file mirador-lugin-imageManip.js and in Mirador startup file, add to windowSettings: "imageManip": true. In the Mirador startup file, also add the following line after the script reference to mirador.js:

<script src="/<your_plugin_path>/mirador-plugin-imageManip.js"></script>

Demo

A demo of the IIIF-imageManipulation tool is available at https://jbhoward-dublin.github.io/IIIF-imageManipulation/index.html?imageID=https://iiif.ucd.ie/loris/ivrla:10408.

Additional IIIF image IDs to try include:

demo image

About

Stand-alone implementation of UCD's IIIF image re-formatting tool + plugin to integrate with Mirador IIIF-compliant image viewer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published