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 ...