slub / dfg-viewer

The DFG Viewer is a free web service for browsing digitized books from remote library repositories in a rich and dynamic environment.
https://dfg-viewer.de
GNU General Public License v3.0
29 stars 26 forks source link

No display for TIFF images in DEFAULT file group #217

Open stweil opened 1 year ago

stweil commented 1 year ago

A METS file of SHLB does not work correctly with the DFG Viewer. While thumbnail images are shown, the normal page images aren't visible.

Extract from METS file:

<mets:fileSec>
<mets:fileGrp USE="DEFAULT">
<mets:file ID="uuid-d98e9b5c-f283-4521-bcb3-3a17a8aeb4a2" MIMETYPE="image/tiff">
<mets:FLocat xlink:href="https://databib.schleswig-holstein.de/SHt137_Badeort_Westerland_386969809/images/tif/0181.tif" LOCTYPE="URL"/>
</mets:file>

So while typically other METS files use JPEG images (or an image server which delivers JPEG), SHLB has TIFF images in the DEFAULT file group. It also uses PNG images in other file groups.

More examples are on https://digibib.schleswig-holstein.de/.

stweil commented 1 year ago

CC @effective-webwork.

csidirop commented 1 year ago

the normal page images aren't visible.

With the newest versions of presentation and DFG-Viewer at least this part is resolved. Now images from the MAX group are loaded.