We can link our TEI digital edition...
Let's link our TEI digital edition to a local image
Local image 218r.jpg
is in the same folder
in which you have your TEI XML file.
C. TEI XML source code, line 125:
<pb facs="218r.jpg" n="218r"/>
Different (real-world) case:
the image is in a specific folder.
C. TEI XML source code, line 125:
<pb facs="data/images/single/218r.jpg" n="218r"/>
Click on
EVT - Edition Visualization Technology
(link D. in the seminar website)
Images stay on their server
(e.g. the Bodleian Library)
and may be integrated
(e.g. in "distributed" editions)
IIIF is a framework
(a language shared between computers)
to serve images with medatata
International Image Interoperability Framework
Bodleian Library MS. Bodl. 264: Mirador Viewer
https://iiif.bodleian.ox.ac.uk/iiif/mirador/2d7945ce-b71e-41c6-ad1f-8af6b92f020f
↓
MS page | Manuscript |
---|---|
Canvas | Collection |
Image API | Presentation API |
![]() |
![]() |
Source: J. Ronallo, Workshop: Shared Canvas
Canvases may include images and other "annotations"
Source: Jason Ronallo, Workshop: Shared Canvas
Image metadata file URL | Actual image file URL |
---|---|
JSON | JPG |
https://iiif.bodleian.ox.ac.uk/iiif/image/699adfb3-a5da-4b09-9759-41eee3713bc3/info.json | https://iiif.bodleian.ox.ac.uk/iiif/image/699adfb3-a5da-4b09-9759-41eee3713bc3/full/full/0/default |
→ `/info.json` | → `/full/full/0/default` |
Full image: https://iiif.bodleian.ox.ac.uk/iiif/image/699adfb3-a5da-4b09-9759-41eee3713bc3/full/full/0/default
Cropped region: https://iiif.bodleian.ox.ac.uk/iiif/image/699adfb3-a5da-4b09-9759-41eee3713bc3/500,3550,3000,140/full/0/default
...this is impossible with
'traditional' HTTP URLs (links).
C. TEI XML source code, line 174:
<pb facs="https://www.paolomonella.it/torino2021/slides/assets/img/218r.jpg" n="218r"/>
Visualization looks the same
(select page '218r http' in the menu on top)
...but with 'traditional' HTTP
<pb facs="https://www.paolomonella.it/torino2021/slides/assets/img/218r.jpg" n="218r"/>
I am fetching the whole image file 218r.jpg
:
https://iiif.bodleian.ox.ac.uk/iiif/image/699adfb3-a5da-4b09-9759-41eee3713bc3/full/full/0/default
Full image with file extension at the end (.jpg):
...with file extension at the end (.jp2):
The server has no copy of this image in .png format, so this returns an error:
...with file extension before:
Full image, no cropping:
https://iiif.bodleian.ox.ac.uk/iiif/image/699adfb3-a5da-4b09-9759-41eee3713bc3/full/full/0/default
Illuminated initial:
Panoramic view of the city of Venice:
First line of the rubric (Ci commence li livres du graunt Caam qui parole de la graunt Ermenie de Perſſe):
Second line of the rubric (et deſ tartars et dŷnde. Et des granz merveille. qui ꝑ le monde ſont):
See paragraph Region in the API documentation
Full size, no resizing:
https://iiif.bodleian.ox.ac.uk/iiif/image/699adfb3-a5da-4b09-9759-41eee3713bc3/full/full/0/default
Squeeze to 50 (width) x 600 (heigth):
https://iiif.bodleian.ox.ac.uk/iiif/image/699adfb3-a5da-4b09-9759-41eee3713bc3/full/50,600/0/default
Width 600 px:
https://iiif.bodleian.ox.ac.uk/iiif/image/699adfb3-a5da-4b09-9759-41eee3713bc3/full/50,/0/default
Height 600 px:
https://iiif.bodleian.ox.ac.uk/iiif/image/699adfb3-a5da-4b09-9759-41eee3713bc3/full/,600/0/default
See paragraph Size in the API documentation
No rotation (0°):
Rotate 90°:
Rotation is allowed only for multiples of 90° in this IIIF server, so 45° returns an error:
Mirroring (with exclamation mark!):
Default:
Color (same as 'default'):
Gray:
Bitonal (black and white):
See paragraph Quality in the API documentation
Let's link our TEI digital edition to a IIIF image
Source: Jason Ronallo, Workshop: Shared Canvas
Linking <msDesc/> (MS description, in the TEI header) to a whole IIIF JSON manifest (metadata about collection of all images of a MS):
<msDesc facs="https://iiif.bodleian.ox.ac.uk/iiif/manifest/ae9f6cca-ae5c-4149-8fe4-95e6eca1f73c.json">
Linking <pb/> to a canvas JSON (metadata):
<pb facs="https://iiif.bodleian.ox.ac.uk/iiif/canvas/699adfb3-a5da-4b09-9759-41eee3713bc3.json" n="218r"/>
Linking <pb/>
to an image JSON
(metadata, note info.json at the end)
<pb facs="https://iiif.bodleian.ox.ac.uk/iiif/image/699adfb3-a5da-4b09-9759-41eee3713bc3/info.json" n="218r"/>
Linking <pb/>
to an actual image
(note full/full/0/default at the end)
<pb facs="https://iiif.bodleian.ox.ac.uk/iiif/image/699adfb3-a5da-4b09-9759-41eee3713bc3/full/full/0/default" n="218r"/>
Cropped region: https://iiif.bodleian.ox.ac.uk/iiif/image/699adfb3-a5da-4b09-9759-41eee3713bc3/500,3550,3000,140/full/0/default
Linking <lb/> to a region of an image file, first line of the rubric (Ci commence li livres du Grant Caam...):
<lb n="1" facs="https://iiif.bodleian.ox.ac.uk/iiif/image/699adfb3-a5da-4b09-9759-41eee3713bc3/500,3550,3000,140/full/0/default"/>
...second line of the rubric (et deſ tartars et dŷnde...):
<lb n="218r.2" facs="https://iiif.bodleian.ox.ac.uk/iiif/image/699adfb3-a5da-4b09-9759-41eee3713bc3/530,3670,2400,140/full/0/default"/>
<figure>
<figDesc>Illumination: view of the city of Venice</figDesc>
<graphic url="https://iiif.bodleian.ox.ac.uk/iiif/image/699adfb3-a5da-4b09-9759-41eee3713bc3/510,550,3580,3200/full/0/default"/>
</figure>
Not only MSS: The Visionary Cross