<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>linuxbuddies.com &#187; GIF</title>
	<atom:link href="http://linuxbuddies.com/tag/gif/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxbuddies.com</link>
	<description>For linux documentations.</description>
	<lastBuildDate>Fri, 11 Sep 2009 10:11:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>ImageMagick Installation</title>
		<link>http://linuxbuddies.com/2009/01/04/imagemagick-installation/</link>
		<comments>http://linuxbuddies.com/2009/01/04/imagemagick-installation/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 14:54:27 +0000</pubDate>
		<dc:creator>Riyesh</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[DPX]]></category>
		<category><![CDATA[edit]]></category>
		<category><![CDATA[EXR]]></category>
		<category><![CDATA[GIF]]></category>
		<category><![CDATA[ImageMagick]]></category>
		<category><![CDATA[JPEG]]></category>
		<category><![CDATA[JPEG-2000]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[PhotoCD]]></category>
		<category><![CDATA[PNG]]></category>

		<guid isPermaLink="false">http://linuxbuddies.com/?p=238</guid>
		<description><![CDATA[ImageMagick® is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-239" title="imagemagick" src="http://linuxbuddies.com/wp-content/uploads/2008/12/imagemagick.jpg" alt="imagemagick" width="114" height="118" />ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&amp;entry=78333969" target="1759674696">®</a></sup> is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of <a href="http://www.imagemagick.org/script/formats.php">formats</a> (over 100) including <a href="http://www.imagemagick.org/script/motion-picture.php">DPX</a>, <a href="http://www.imagemagick.org/script/high-dynamic-range.php">EXR</a>, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick 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.</p>
<p><span style="text-decoration: underline;">Installation</span></p>
<p>Please follow the steps to install imagemagick</p>
<p>download latest version from source</p>
<blockquote><p>ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz</p></blockquote>
<p>unpack the source</p>
<blockquote><p>tar  zxvf  ImageMagick.tar.gz</p></blockquote>
<p>Next configure and compile ImageMagick:</p>
<blockquote><p>cd ImageMagick.6.?.?</p>
<p>./configure</p></blockquote>
<blockquote><p>make</p></blockquote>
<p>Installing</p>
<blockquote><p>make install</p></blockquote>
<p><a href="http://www.imagemagick.org/script/download.php">PerlMagick</a> is an objected-oriented <a href="http://www.perl.com/perl/">Perl</a> interface to ImageMagick. Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it very suitable for Web CGI scripts. You must have ImageMagick 6.2.0 or above and Perl version 5.005_02 or greater installed on your system for either of these utilities to work.</p>
<blockquote><p>cd PerlMagick</p>
<p class="MsoNormal">perl Makefile.PL<br />
make<br />
make install</p>
<p class="MsoNormal"> </p>
</blockquote>
<p class="MsoNormal">verify your installation</p>
<p class="MsoNormal"> </p>
<blockquote>
<pre class="text">/usr/local/bin/convert logo: logo.gif</pre>
</blockquote>
<pre class="text">Congratulations, now your ready to go..............</pre>
]]></content:encoded>
			<wfw:commentRss>http://linuxbuddies.com/2009/01/04/imagemagick-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
