-
Install needed deps:
apt-get install libjpeg62 libjpeg62-dev libpng16-16 libpng16-dev libopenjpeg-dev libjpeg-dev libopenjp2-7-dev
-
Download the ImageMagik source
cd ImageMagick-7.0.5-0
-
Untar the source
tar xfz ImageMagick.tar.gz
-
Run Configure
./configure --disable-shared --with-jp2=yes --with-openjp2=yes --with-png=yes
-
Build the code (with 4 threads)
make -j4
-
Install the buit execuatable
sudo make install
Created
March 1, 2017 23:41
-
-
Save TechplexEngineer/198d5c321abd0dc1bda05cf2fe6fbfe2 to your computer and use it in GitHub Desktop.
Compiling ImageMagick 7.0.5 with jpeg, jp2 and png support
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://serverfault.com/questions/149682/install-imagemagick-with-jpeg-support-from-ubuntu-packages