Wed 9 Jul 2008
ImageMagik
Posted by Tuks under Dedicated Server Hosting , Domain Name Hosting , Internet Security , Linux Web Hosting , WHM Tutorials , Web Hosting , Web Hosting Articles , Web Hosting UK , cPanel Issues , cheap linux web hostingNo Comments
Hello,
ImageMagick is a software used to create, edit, and compose bitmap images. Using ImageMagick we can read, convert and write images in a variety of formats including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. ImageMagick is used to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.
ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite programming language. Choose from these interfaces: G2F (Ada), MagickCore (C), MagickWand (C)
How to install ImageMagick On Linux Server
wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz
tar -zxvf ImageMagick*.tar.gz
cd ImageMagick*
./configure
make
make install
You can verify the installation with command :
which convert
Regards,
Tuks
Leave a Reply
You must be logged in to post a comment.



















