UCSCLibrary / dams_project_mgmt

DAMS purpose is to provide access to digitized and born-digital UCSC Special Collections content. This repository is used for project planning. It holds the task tickets and roadmap for the different projects under DAMS.
2 stars 0 forks source link

Fix Kakadu image derivatives bug #504

Open bkiahstroud opened 2 years ago

bkiahstroud commented 2 years ago

Summary

Cause: The application attempts to create jp2k derivatives irrespective of the file type. This fails for all files types that are not tiffs

Fix: Only attempt to create jp2k derivatives if the file is a tiff; otherwise, use the default Hyrax derivative creation flow

rschwab commented 2 years ago

We went with option 1: Only use kakadu to create derivatives of TIFF files.