<?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>圖像處理 &#8211; 這世上 沒有偶然 只有必然</title>
	<atom:link href="https://wordpress.lokidea.com/tag/%e5%9c%96%e5%83%8f%e8%99%95%e7%90%86/feed/" rel="self" type="application/rss+xml" />
	<link>https://wordpress.lokidea.com</link>
	<description>幻幽的小小分享區</description>
	<lastBuildDate>Mon, 09 May 2016 13:03:31 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>ImageMagick 開源圖像處理函式庫【130/366】</title>
		<link>https://wordpress.lokidea.com/841/imagemagick-%e9%96%8b%e6%ba%90%e5%9c%96%e5%83%8f%e8%99%95%e7%90%86%e5%87%bd%e5%bc%8f%e5%ba%ab%e3%80%90130-366%e3%80%91/</link>
					<comments>https://wordpress.lokidea.com/841/imagemagick-%e9%96%8b%e6%ba%90%e5%9c%96%e5%83%8f%e8%99%95%e7%90%86%e5%87%bd%e5%bc%8f%e5%ba%ab%e3%80%90130-366%e3%80%91/#respond</comments>
		
		<dc:creator><![CDATA[Barney Chen]]></dc:creator>
		<pubDate>Mon, 09 May 2016 13:03:31 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[後端]]></category>
		<category><![CDATA[每日一篇]]></category>
		<category><![CDATA[開源]]></category>
		<category><![CDATA[圖像處理]]></category>
		<guid isPermaLink="false">https://wordpress.lokidea.com/?p=841</guid>

					<description><![CDATA[前兩天寫了安全相關的問題 今天就來寫寫不小心認識到的函式庫吧 ImageMagick 是個純C的函式庫 官網  &#8230; <a href="https://wordpress.lokidea.com/841/imagemagick-%e9%96%8b%e6%ba%90%e5%9c%96%e5%83%8f%e8%99%95%e7%90%86%e5%87%bd%e5%bc%8f%e5%ba%ab%e3%80%90130-366%e3%80%91/" class="more-link">閱讀全文 <span class="screen-reader-text">ImageMagick 開源圖像處理函式庫【130/366】</span></a>]]></description>
										<content:encoded><![CDATA[<p>前兩天寫了安全相關的問題<br />
今天就來寫寫不小心認識到的函式庫吧<br />
ImageMagick 是個純C的函式庫<br />
<a href="https://www.imagemagick.org/script/index.php" target="_blank" rel="noopener noreferrer">官網</a>  <a href="http://git.imagemagick.org/repos/ImageMagick.git" target="_blank" rel="noopener noreferrer">官方repo</a>  <a href="https://github.com/ImageMagick/ImageMagick" target="_blank" rel="noopener noreferrer">github-mirror</a>  <a href="https://gitlab.com/ImageMagick/ImageMagick" target="_blank" rel="noopener noreferrer">gitlab-mirror</a><br />
<span id="more-841"></span><br />
這種程式語言都有相關的串接方式<br />
PHP則是有改寫成 Extension<br />
官方有列出三個PHP相關的串接專案</p>
<ol>
<li><a href="http://www.magickwand.org/" target="_blank" rel="noopener noreferrer">MagickWand</a> for PHP a native PHP-extension to the ImageMagick MagickWand API.</li>
<li><a href="http://pecl.php.net/package/imagick" target="_blank" rel="noopener noreferrer">IMagick</a> is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available here.</li>
<li><a href="https://github.com/francodacosta/phmagick" target="_blank" rel="noopener noreferrer">phMagick</a> is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick&#8217;s power by issuing system calls to it&#8217;s command-line programs.</li>
</ol>
<p>其他語言就大家自己多多研究了!!<br />
PS:想看更多就期待我有機會寫範例吧</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wordpress.lokidea.com/841/imagemagick-%e9%96%8b%e6%ba%90%e5%9c%96%e5%83%8f%e8%99%95%e7%90%86%e5%87%bd%e5%bc%8f%e5%ba%ab%e3%80%90130-366%e3%80%91/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
