<?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>Imagick &#8211; moneyslow.com</title>
	<atom:link href="https://moneyslow.com/tag/imagick/feed" rel="self" type="application/rss+xml" />
	<link>https://moneyslow.com</link>
	<description>making money with technology</description>
	<lastBuildDate>Mon, 12 Jul 2021 10:27:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>
	<item>
		<title>ImageMagick、imagick、ghostscript三者关系</title>
		<link>https://moneyslow.com/imagemagick%e3%80%81imagick%e3%80%81ghostscript%e4%b8%89%e8%80%85%e5%85%b3%e7%b3%bb.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Sun, 26 Aug 2018 13:03:14 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[ghostscript]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[Imagick]]></category>
		<guid isPermaLink="false">https://moneyslow.com/?p=8176</guid>

					<description><![CDATA[一、功能概述 ImageMagick是第三方的图片处理软件，功能要比GD强大。建议两者都安装，并不冲突。 imagick是php的一个扩展模块，它调用ImageMagick提供的API来进行图片的操作。 Ghostscript是一套建基于Adobe、PostScript及可移植文档格式（PDF）的页面描述语言等而编译成的免费软件。 Ghostscript最初是以商业软件形式在PC市场上发售，并称之为“GoScript”。但由于速度太慢（半小时一版A4），销量极差。后来有心人买下了版权，并改在Linux上开发，成为了今日的Ghostscript。 已经从Linux版本移植到其他操作系统，如其他Unix、Mac OS X、VMS、Windows、OS/2和Mac OS classic。 ImageMagick无法直接实现pdf文档到图片的转换，需要借助于gostscript软件包 二、安装方式 1、编译安装ImageMagick # tar xf ImageMagick-6.8.9-9.tar.gz # cd ImageMagick-6.8.9-9 # ./configure --prefix=/usr/local/imagemagick # make &#38;&#38; make install 编译安装完成之后记得配置./convert的环境变量 2、编译安装imagick # tar -xf imagick-3.2.0RC1.tgz # cd imagick-3.2.0RC1 # /usr/local/php/bin/phpize # ./configure --with-php-config=/usr/local/php/bin/php-config --with-imagick=/usr/local/imagemagick # make &#38;&#38; make install 3、编译安装Ghostscript # tar xf ghostscript-9.02.tar.gz # cd [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>centos7下安装php的Imagick扩展</title>
		<link>https://moneyslow.com/centos7%e4%b8%8b%e5%ae%89%e8%a3%85php%e7%9a%84imagick%e6%89%a9%e5%b1%95.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Thu, 15 Mar 2018 11:09:50 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[Imagick]]></category>
		<guid isPermaLink="false">https://moneyslow.com/?p=7795</guid>

					<description><![CDATA[yum install php-pear php-devel yum install ImageMagick ImageMagick-devel yum install pcre-devel wget http://pecl.php.net/get/imagick-3.2.0RC1.tgz tar -xvf imagick-3.2.0RC1.tgz cd imagick-3.2.0RC1/ phpize ./configure make make test make install Remember to turn on the extension in the php configuration file. vim /etc/php.ini extension = imagick.so]]></description>
		
		
		
			</item>
	</channel>
</rss>
