How to install ImageMagick

Source: Internet
Author: User
Tags imagemagick

1. Download ImageMagick

http://www.imagemagick.org/download/download imagemagick-6.8.5-10.tar.gz and start the installation after the download is complete.

CD./downloads  
tar xzvf imagemagick-6.8.5-10.tar.gz

2. Install a third party picture library

ImageMagick needs to rely on Third-party picture libraries such as jpeg,png when working with pictures.

Third party picture library download address: http://www.imagemagick.org/download/delegates/Download jpegsrc.v9.tar.gz

Gunzip jepgsrc.v9.tar.gz  
tar-xvf jpegsrc.v9.tar  
cd jpeg-9 sudo  
./configure  
sudo make  
sudo Test  
sudo make-n install

3. Install ImageMagick

CD ImageMagick-6.8.5.10  
sudo./configure sudo make  
sudo make install

After the installation is successful, use the command convert-version to see if the installation was successful.

If an error while loading shared libraries is present, see here to resolve: http://blog.csdn.net/fdipzone/article/details/9078987

This column more highlights: http://www.bianceng.cnhttp://www.bianceng.cn/OS/Linux/

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.