Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Using Linux Mint 18.3 64bit, I have about 900 JP2 images which need to be converted to .jpg. For 'mogrify' and 'convert' utilities, I installed three related libraries in the following order; openjpeg-2, libopenjp2-tools, and libopenjp2-7-dev, + purged and reinstalled imagemagick ,in case it missed linking these libraries. But it doesn't work, and generates the following message;
JP2 requires the OpenJPEG library v 2.1 or higher. It needs to be installed first then Imagemagick. It should then show up on the convert -version listing as jp2.
From the changelog:
2014-04-22 6.8.9-1 Cristy <quetzlzacatenango@image...>
Require OpenJP2 version 2.1.0 (opj_stream_set_user_data() method signature change between 2.0.0 and 2.1.0).