<?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>Comments on: Memory Usage in PHP GD Image Functions</title>
	<atom:link href="http://www.charles-reace.com/blog/2009/11/18/memory-usage-in-php-gd-image-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.charles-reace.com/blog/2009/11/18/memory-usage-in-php-gd-image-functions/</link>
	<description>Random thoughts about PHP, MySQL, and life in general</description>
	<lastBuildDate>Sat, 10 Jul 2010 21:22:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Felix</title>
		<link>http://www.charles-reace.com/blog/2009/11/18/memory-usage-in-php-gd-image-functions/comment-page-1/#comment-1753</link>
		<dc:creator>Felix</dc:creator>
		<pubDate>Thu, 19 Nov 2009 12:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=243#comment-1753</guid>
		<description>Very interesting. I didn&#039;t know that GD holds image resources as bitmaps in RAM. This also means that any operations you do on an image will not modify it&#039;s size in RAM and that even a blank image, created using imagecreate[truecolor]() will potentially use up a lot of memory.</description>
		<content:encoded><![CDATA[<p>Very interesting. I didn&#8217;t know that GD holds image resources as bitmaps in RAM. This also means that any operations you do on an image will not modify it&#8217;s size in RAM and that even a blank image, created using imagecreate[truecolor]() will potentially use up a lot of memory.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
