Install JMagick and ImageMagick in linux

Source: Internet
Author: User

Linux JMagick and ImageMagick installation 1. Download JMagick and unzip _ http://downloads.jmagick.org/6.4.0/jmagick-6.4.0-src.tar.gzwget_ composer install libpngyum install libpng-develyum install libpolicyum install libjpeg-develyum install gdyum install gd-devel yum install libtiff-devel 3. Install ImageMagicktar xzvf ImageMagick-6.4.0-0.tar.gzcd ImageMagick-6.4.0. /configure -- prefix =/usr/local/imgtools/JMagick makemake install 4. install and configure JMagicktar xzvf jmagick-6.4.0-src.tar.gzcd 6.4.0. /configure -- with-java-home =/usr/java/default -- with-magick-home =/usr/local/imgtools/JMagickmakemake install # copy libJMagick. so to JREcp/home/install/6.4.0/lib/libJMagick-6.4.0.so/usr/java/default // jre/lib/amd64/libJMagick. so # copy magick-6.4.0.jar to install directory backup cp/home/install/6.4.0/lib/jmagick-6.4.0.jar/home/install/magick-6.4.0.jar

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.