<?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>about:phalacee &#187; graphics</title>
	<atom:link href="http://about.phalacee.com/tag/graphics/feed" rel="self" type="application/rss+xml" />
	<link>http://about.phalacee.com</link>
	<description>Jesus thinks you&#039;re to die for</description>
	<lastBuildDate>Wed, 04 Jan 2012 07:27:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Creating &#8216;mask layers&#8217; using PHP GD</title>
		<link>http://about.phalacee.com/geek/creating-mask-layers-using-php-gd</link>
		<comments>http://about.phalacee.com/geek/creating-mask-layers-using-php-gd#comments</comments>
		<pubDate>Mon, 29 Jun 2009 03:58:40 +0000</pubDate>
		<dc:creator>Jason Fowler</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[gd]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[masking]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://about.phalacee.com/?p=431</guid>
		<description><![CDATA[<ol><li>Start with original image - $img</li>
<li>Copy that image to a png - $copy</li>
<li>Create a mask png image of the area you want in the circle/ellipse (a 'magicpink' image with a black shape on it, with black set to the colour of alpha transparency) - $mask</li>
<li>Copy $mask over the top of $copy maintaining the Alpha transparency</li>
<li>Change what you need to on $copy</li>
<li>Copy $copy back over $img maintaining the Alpha transparency</li></ol>]]></description>
		<wfw:commentRss>http://about.phalacee.com/geek/creating-mask-layers-using-php-gd/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

