Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ensure JPEG2000 support for Omeka-S env #1

Open
ghukill opened this issue Feb 18, 2019 · 0 comments
Open

ensure JPEG2000 support for Omeka-S env #1

ghukill opened this issue Feb 18, 2019 · 0 comments

Comments

@ghukill
Copy link
Member

ghukill commented Feb 18, 2019

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:

  1. Download and install OpenJPEG here, or elsewhere, and install systemwide
  2. 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant