<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>「ImageMagick 與 GD Library 縮圖比較」的迴響</title>
	<atom:link href="http://www.neo.com.tw/archives/293/feed" rel="self" type="application/rss+xml" />
	<link>http://www.neo.com.tw/archives/293</link>
	<description>Neo 's Blog</description>
	<lastBuildDate>Fri, 27 Jan 2012 12:20:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>由：Buganini</title>
		<link>http://www.neo.com.tw/archives/293/comment-page-1#comment-1517</link>
		<dc:creator>Buganini</dc:creator>
		<pubDate>Fri, 07 Dec 2007 03:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.neo.vomosa.com/blog/?p=293#comment-1517</guid>
		<description>GD受限於PHP的資源限制
如果用外部呼叫的ImageMagick的話
應該只受到OS對執行者的限制
</description>
		<content:encoded><![CDATA[<p>GD受限於PHP的資源限制<br />
如果用外部呼叫的ImageMagick的話<br />
應該只受到OS對執行者的限制</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：hina</title>
		<link>http://www.neo.com.tw/archives/293/comment-page-1#comment-1516</link>
		<dc:creator>hina</dc:creator>
		<pubDate>Thu, 21 Jun 2007 22:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.neo.vomosa.com/blog/?p=293#comment-1516</guid>
		<description>請教一下... GD 在製作縮圖時，對於超大幅圖片(over 1024x1024)，是否非常佔用記憶體？
我在使用 GD 製作縮圖時常常遇到這樣的問題(記憶體溢位)，即便使用 GD 2.x 版還是一樣。
後來，我嘗試使用 ImageMagick 之後倒是沒這個問題... 這是 GD 本身的限制嗎 ???
</description>
		<content:encoded><![CDATA[<p>請教一下... GD 在製作縮圖時，對於超大幅圖片(over 1024x1024)，是否非常佔用記憶體？<br />
我在使用 GD 製作縮圖時常常遇到這樣的問題(記憶體溢位)，即便使用 GD 2.x 版還是一樣。<br />
後來，我嘗試使用 ImageMagick 之後倒是沒這個問題... 這是 GD 本身的限制嗎 ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：little</title>
		<link>http://www.neo.com.tw/archives/293/comment-page-1#comment-1515</link>
		<dc:creator>little</dc:creator>
		<pubDate>Fri, 28 Jul 2006 01:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.neo.vomosa.com/blog/?p=293#comment-1515</guid>
		<description>請問一下ImageMagick 與 GD Library在作圖片的縮放，處理的速度上，哪一個比較快呢？
期待您的回答！
</description>
		<content:encoded><![CDATA[<p>請問一下ImageMagick 與 GD Library在作圖片的縮放，處理的速度上，哪一個比較快呢？<br />
期待您的回答！</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：lo</title>
		<link>http://www.neo.com.tw/archives/293/comment-page-1#comment-1514</link>
		<dc:creator>lo</dc:creator>
		<pubDate>Thu, 22 Jun 2006 02:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.neo.vomosa.com/blog/?p=293#comment-1514</guid>
		<description>請問一直無法產生預覽的縮圖，是不是「站台控管」有那些設定沒有開啟？
</description>
		<content:encoded><![CDATA[<p>請問一直無法產生預覽的縮圖，是不是「站台控管」有那些設定沒有開啟？</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Neo</title>
		<link>http://www.neo.com.tw/archives/293/comment-page-1#comment-1513</link>
		<dc:creator>Neo</dc:creator>
		<pubDate>Tue, 06 Sep 2005 20:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.neo.vomosa.com/blog/?p=293#comment-1513</guid>
		<description>感謝分享，有空我也來試試新版的! ^^
</description>
		<content:encoded><![CDATA[<p>感謝分享，有空我也來試試新版的! ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：jiichen</title>
		<link>http://www.neo.com.tw/archives/293/comment-page-1#comment-1512</link>
		<dc:creator>jiichen</dc:creator>
		<pubDate>Tue, 06 Sep 2005 08:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.neo.vomosa.com/blog/?p=293#comment-1512</guid>
		<description>可是我用的時候不會，用你的圖來測試，畫質跟第二張小圖一樣好，可能 gd 後期有改進了。

OS: CentOS 4.1
版本：gd-2.0.28-4  php-4.3.9-3.8

PHP 語法：
$im = imagecreatefromjpeg($tmp_name);
$im2 = imagecreatetruecolor ($dst_w, $dst_h);
imagecopyresampled($im2, $im, 0, 0, 0, 0, $dst_w, $dst_h, $src_w, $src_h);

header(&#039;Content-type: image/jpeg&#039;);
header(&#039;Last-Modified: &#039;.gmdate(&#039;D, d M Y H:i:s&#039;, time()).&#039; GMT&#039;);
imagejpeg($im2);

imagedestroy($im);
imagedestroy($im2);

</description>
		<content:encoded><![CDATA[<p>可是我用的時候不會，用你的圖來測試，畫質跟第二張小圖一樣好，可能 gd 後期有改進了。</p>
<p>OS: CentOS 4.1<br />
版本：gd-2.0.28-4  php-4.3.9-3.8</p>
<p>PHP 語法：<br />
$im = imagecreatefromjpeg($tmp_name);<br />
$im2 = imagecreatetruecolor ($dst_w, $dst_h);<br />
imagecopyresampled($im2, $im, 0, 0, 0, 0, $dst_w, $dst_h, $src_w, $src_h);</p>
<p>header('Content-type: image/jpeg');<br />
header('Last-Modified: '.gmdate('D, d M Y H:i:s', time()).' GMT');<br />
imagejpeg($im2);</p>
<p>imagedestroy($im);<br />
imagedestroy($im2);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

