Installing ImageMagick on a (dv) 3.5 server
ImageMagick is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats. The functionality of ImageMagick is typically utilized from the command-line or you can use the features from programs written in your favorite programming language. The steps below will show you how to install the command-line version.
NOTE:
This article has the following dependencies:
- If you currently do not have your root user enabled or our Developer Tools installed please visit the Root Access & Developer Tools section of your AccountCenter.
- Whenever installing Third-Party software please consult the official documentation. (mt) Media Temple does not support the installation and configuration of software not installed at time of service activation. Please consult our (dv) Scope of Support page for further explanation.
- mt-example.com is used as an example. Please be sure to replace this text with the proper information for your site or server.
- Log into your (dv) 3.5 Dedicated-Virtual Server as root using via ssh:
ssh root@mt-example.com - Once logged in you will need to install python-iniparse, an INI parser for the Python language:
rpm -Uvh http://mirror.centos.org/centos/5/os/i386/CentOS/python-iniparse-0.2.3-4.el5.noarch.rpm - Install YUM, the package management system for the CentOS 5 operating system:
- Now you can install ImageMagick using yum. You will be asked to install other dependencies as well. Just type 'y' at this point:
yum install ImageMagick - Verify that ImageMagick is installed:
NOTE:
The actual command for ImageMagick is convert.
convert -versionVersion: ImageMagick 6.2.8 04/17/08 Q16 file:/usr/share/ImageMagick-6.2.8/doc/index.html Copyright: Copyright (C) 1999-2006 ImageMagick Studio LLC
Congratulations. You now have ImageMagick installed on your (dv) server.
TIP:
If you wish to use the PHP imagick extension please see the following article:
Revisions:
02-26-2009: Added link to the yum KB
02-19-2009: Article Creation
Fields marked with an asterisk(*) are required. Comment on this article