You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'll likely want to make sure our Omeka-S install (server or container) supports JP2 work.
An example, Ubuntu 16.04's default Imagemagick install does not support JP2. So, out of the box Omeka-S would not either.
Steps to compile Imagemagick with JP2 support, aka as a delegate:
Download and install OpenJPEG here, or elsewhere, and install systemwide
download and install Imagemagick, configuring with: ./configure --with-openjp2=yes to ensure OpenJPEG library is used (perhaps it is by default when found, but can't hurt)
The text was updated successfully, but these errors were encountered:
We'll likely want to make sure our Omeka-S install (server or container) supports JP2 work.
An example, Ubuntu 16.04's default Imagemagick install does not support JP2. So, out of the box Omeka-S would not either.
Steps to compile Imagemagick with JP2 support, aka as a delegate:
./configure --with-openjp2=yes
to ensure OpenJPEG library is used (perhaps it is by default when found, but can't hurt)The text was updated successfully, but these errors were encountered: