<?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>臭皮匠 &#187; imagick</title>
	<atom:link href="http://guogoul.com/tag/imagick/feed/" rel="self" type="application/rss+xml" />
	<link>http://guogoul.com</link>
	<description></description>
	<lastBuildDate>Fri, 29 Oct 2010 00:24:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>imagick PHP扩展的安装( ubuntu版)</title>
		<link>http://guogoul.com/2008/11/13/imagick-php/</link>
		<comments>http://guogoul.com/2008/11/13/imagick-php/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 10:42:01 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[imagick]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.guogoul.com/2008/11/13/imagick-php%e6%89%a9%e5%b1%95%e7%9a%84%e5%ae%89%e8%a3%85-ubuntu%e7%89%88/</guid>
		<description><![CDATA[本文原来写在csdn下面,因为近期用到了imagick.现迁移回来加深记忆.
===&#62;
在ubuntu下安装imagick的php扩展，还算比较的简单。用以下方法屡试不爽
1，编译PHP
    编译过程不在多说，可以看其它相关php编译的文章
2.安装ImageMagick(此步骤不知可不可以省略大家可以试一下，因为我的机器原本装有此工具。由于时间关系没有测试)
  sudo apt-get install imagemagick
3.安装imagemagick 的lib 供php调用
    sudo apt-get install libmagick++9-dev
4. 进入到编译好的php的bin目录
    cd php的bin目录

5.调用当前的pecl安装imagick
    pecl install imagick
6.修改php.ini.重启apache服务器
    在php.ini中添加: extension = imagick.so
7.测试

]]></description>
		<wfw:commentRss>http://guogoul.com/2008/11/13/imagick-php/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

