Generate IIIF 3 image URLs
https://redmine.teklia.com/issues/10642
Requires #1971 (closed)
-
Image.get_thumbnail_urlmust be updated to useself.server.versionto determine whether to usemaxinstead offullto ask for the image in full size, sincefullwas removed in IIIF 3. -
Element.iiif_urlneeds to be updated in the same way. -
Unit tests with IIIF 3 images should show that those changes are applied at least in:
-
Element.iiif_urlitself, which has its own tests underdocuments/tests/test_element.py; - RetrieveElement, which uses
iiif_urlthrough the very commonly usedzone.url; - RetrieveManifest, which uses
get_thumbnail_urlin two different ways; - RetrieveAnnotationList, which uses
get_thumbnail_url.
-