I have an Omeka v4 installation where I am experimenting with different ways to approach media. We likely have the requirement to use an external image server (instead of Daniel-K Image Server) and so I have installed Cantaloupe, created some tiled pyramidal tiffs and have attached them to an item using IIIF Image. The images are attached fine and behave as expected in the browser, but no thumbnail is created. Cantaloupe literature says it creates runtime thumbnails but I see no configuration switch to enable or disable. I do not see some specific form of URL for the IIIF Image attachment that might include a thumbnail that is embedded in the TIF.
Hello - I did some experimenting with this the other day as I wanted to better understand how Omeka-S manages images (versus with an image server of some type). Here are my observations thus far (in all cases the image is a plain vanilla tiff (no tiles nor pyramid) in the same directory: /var/www/[website]/files/Images/ )
Uploading an image via https URL on a plain vanilla v4 Omeka-S with Apache2 as web server gives a thumbnail.
Uploading the same image via https URL with module IIIF Server installed also gives a thumbnail (as well as the tiled image)
Uploading the same image via IIIF Image http URL on port 8182 with Cantaloupe’s default web server does not give a thumbnail but does link the media to the Cantaloupe served tiff.
I have not tested Cantaloupe behind Apache2
From your response I am guessing somehow the thumbnail app is not visible when I use IIIF Image this way?
Okay, thank you. I will investigate that. Just so I am clear, there are separate requests for displaying the image versus thumbnail creation? I ask as the image displays fine (including the zoom-pan).