digitalutsc / islandora_lite_docs

Contains a Wiki with documentation for the UTSC Library's Islandora Lite System
GNU General Public License v3.0
2 stars 0 forks source link

JP2 Conversion Issue #16

Closed kstapelfeldt closed 7 months ago

kstapelfeldt commented 3 years ago

https://askubuntu.com/questions/873306/converting-image-to-jpeg2000-does-not-work

kstapelfeldt commented 2 years ago

JP2 issue resolved but required additional modules and a modification to the TN generation process to use imagemagick built from source. Playbook still needs updating from files provided by Irfan.

https://www.drupal.org/project/filemime

Natkeeran commented 2 years ago

Few additional notes: Jp2 is not a recognized image format in Drupal. Further, imagemagick utility or the php imagick library do not support it. Thus, we needed to take several steps to make this work.

Note that media_thumbnails_jp2 was modified to directly use the convert library, instead of the imagick due to lack of jp2 support in the imagick library. It was not clear how to build imagick with jp2 support.