Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Given this configuration, when the Mirador client requests an IIIF manifest from returned by the DSpace backend that manifest will include an image resource annotation like the following:

...

The Mirador viewer uses this annotation to retrieve communicate with the image . This example assumes that the image server (in this case, Cantaloupe) responds at the image server base URL provided in config/modules/iiif.cfgserver using the IIIF Image API.

Finally, notice that the image server needs to retrieve the requested bitstream from DSpace. There are a number of ways to do this and the details vary with the image server chosen. The easiest approach is for the image server to request the bitstream via HTTP and the DSpace API, using a URL like http:/dspace.mycampus.edu:8080/server/api/core/bitstreams/4b415036-57a8-42f4-a971-c5e982f55f92/content

...