J2K delegate support Linux Mint
Posted: 2017-03-14T08:31:06-07:00
I'm using imagemagick in PHP 5.6 on linux (mint)
I get this error when trying to convert a DCM file:
IMAGICK: no decode delegate for this image format `J2K' @ error/constitute.c/ReadImage/501
Usually I would install imagemagick with sudo apt-get etc...but after some searching on this forum, I tried installing openjpg 2, and then installing ImageMagick-7.0.5-2 from source
When I run
identify: error while loading shared libraries: libMagickCore-7.Q16HDRI.so.2: cannot open shared object file: No such file or directory
So it didn't install. How do I do this with linux mint (sarah)?
I get this error when trying to convert a DCM file:
IMAGICK: no decode delegate for this image format `J2K' @ error/constitute.c/ReadImage/501
Usually I would install imagemagick with sudo apt-get etc...but after some searching on this forum, I tried installing openjpg 2, and then installing ImageMagick-7.0.5-2 from source
Code: Select all
./configure --with-jp2
make
sudo make install
Code: Select all
identify -list format
So it didn't install. How do I do this with linux mint (sarah)?