From aa76cfb79d1b884ad17745b00b5a6629820ae810 Mon Sep 17 00:00:00 2001
From: Mark Baggett To then get the IIIF collection manifest, plug in the ID to the following template: For the Leeds example above, the final IIIF collection manifest URL would be: Please note that Internet Archive collections can be arbitrarily nested within other collections. In these cases, the IIIF collection manifest will return a link to one or more IIIF collection manifest(s) in addition to the items nested individually within that Internet Archive collection. So, from our example just above, the Internet Archive identifier for that item is: Example
leedsuniversitylibrary
Note about nested collections
Pagination for large collections
diff --git a/iiify/templates/docs/items.html b/iiify/templates/docs/items.html
index 05622ec..fc872ad 100644
--- a/iiify/templates/docs/items.html
+++ b/iiify/templates/docs/items.html
@@ -39,10 +39,10 @@ Collection manifest URL Items retrieved
-
- https://iiif.archive.org/iiif/3/leedsuniversitylibrary/collection.json 0-999
- https://iiif.archive.org/iiif/3/leedsuniversitylibrary/2/collection.json 1000-1999
- https://iiif.archive.org/iiif/3/leedsuniversitylibrary/3/collection.json 2000-2999
+ https://iiif.archive.org/iiif/3/leedsuniversitylibrary/4/collection.json 3000-3775
+ https://iiif.archive.org/iiif/leedsuniversitylibrary/collection.json 0-999
+ https://iiif.archive.org/iiif/leedsuniversitylibrary/2/collection.json 1000-1999
+ https://iiif.archive.org/iiif/leedsuniversitylibrary/3/collection.json 2000-2999 https://iiif.archive.org/iiif/leedsuniversitylibrary/4/collection.json 3000-3775 Example
img-8664_202009
To then get the IIIF manifest, plug in the ID to the following template:
-For the example above, the final IIIF manifest URL would be:
-diff --git a/iiify/templates/docs/overview.html b/iiify/templates/docs/overview.html index 595fac0..676b77b 100644 --- a/iiify/templates/docs/overview.html +++ b/iiify/templates/docs/overview.html @@ -15,7 +15,7 @@
The Presentation API can also faciliate the portability and playback of time-based media like audio and video files. In the A/V context, IIIF manifests often present multiple playback options based on the media formats and quality types available.
A manifest for an Internet Archive item looks like this:
-See the sections below for all the possible ways to retrieve manifests for items and collections.
@@ -66,10 +66,10 @@The Image API creates images using the following template:
In the context of the Internet Archive items, that will look like this for a full image:
-Making use of the various parameters, a request for a bitonal center-cropped square image 375 pixels on each side, rotated 45 degrees will look like this:
-See the Image API section on "Image Requests" for more details on how images can be manipulated and specific sizes or sections retrieved.
@@ -90,11 +90,11 @@In order to get the :id+filename the way you need it for the IIIF Image API info.json, you can combine the ID and filename with a URL encoded slash, i.e. %2f.
So for this image, the info.json would be:
-And the full URL for the image would be:
-A cropped portion at the full resolution can be requested like this:
-Where "1100,904,704,664" in that URL stands for 1100 pixels from the left edge, 904 pixels from the bottom edge, 704 pixels is the width of the desired section, and 664 pixels is the height.
diff --git a/iiify/templates/helper.html b/iiify/templates/helper.html index 1bdf133..0df6701 100644 --- a/iiify/templates/helper.html +++ b/iiify/templates/helper.html @@ -17,9 +17,9 @@The manifest URL is: {{ uri }}/manifest.json
-The Image API URL for the full image is: https://iiif.archive.org/image/iiif/3/{{ cantaloupe_id }}/full/max/0/default.jpg
+The Image API URL for the full image is: https://iiif.archive.org/image/iiif/{{ cantaloupe_id }}/full/max/0/default.jpg
-The Image API info.json for the image is: https://iiif.archive.org/image/iiif/3/{{ cantaloupe_id }}/info.json
+The Image API info.json for the image is: https://iiif.archive.org/image/iiif/{{ cantaloupe_id }}/info.json