dedicated server help
web hosting guides
dedicated server home dedicated server forums dedicated server reviews dedicated resources partners dedicated server resources contact dedicated servers

dedicated server guides
Getting Started
General Tutorials
cPanel Tutorials
Security Center
Name Servers
Server Monitoring
Server Backups
Hosting Interviews
Web Hosting News
Reviews
For Fun
Linux Tutorials
Hosting Articles
Web Hosting Tutorials
 
 
 
web hosting tutorials
About Us
RSS Feed
Disclaimer
Site Map

How to install ImageMagick

Last Updated: November 30, -0001


ImageMagickTM 6.0.0 is a robust collection of tools and libraries offered under a usage license to read, write, and manipulate an image in many image formats (over 89 major formats) including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick you can create images dynamically, making it suitable for Web applications. You can also resize, rotate, sharpen, color reduce, or add special effects to an image or image sequence and save your completed work in the same or differing image format. Image processing operations are available from the command line, or from the C, C++, Perl, Java, PHP, Python, or Ruby programming languages. A high-quality 2D renderer is included, which provides a subset of SVG capabilities. ImageMagick's focus is on performance, minimizing bugs, and providing stable APIs and ABIs.

If ImageMagick is installed already it would most likely be in: /usr/bin/
So for example if you were setting up CopperMine WebGallery and it asks:
Path to ImageMagick 'convert' utility you would put: /usr/bin/



  1. Login to your server through
    SSH as root.

  2. Type: mkdir
    /home/src

  3. Type: cd
    /home/src

  4. Type: wget
    ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-5.5.7-17.tar.gz

  5. Type: tar
    xvzf ImageMagick-5.5.7-17.tar.gz

  6. Type: cd
    ImageMagick-5.5.7

  7. Type: ./configure

  8. Type: make

  9. Type:
    make install

  10. Type: cd
    PerlMagick

  11. Type: perl
    Makefile.PL

  12. Type: make

  13. Type: make
    install



cpanel tutorials