<?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: How to create multicolor text image on the fly</title>
	<atom:link href="http://amiworks.co.in/talk/how-to-create-multicolor-text-image-on-the-fly/feed/" rel="self" type="application/rss+xml" />
	<link>http://amiworks.co.in/talk/how-to-create-multicolor-text-image-on-the-fly/</link>
	<description>all about my work</description>
	<lastBuildDate>Sat, 12 May 2012 17:51:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Jeff</title>
		<link>http://amiworks.co.in/talk/how-to-create-multicolor-text-image-on-the-fly/comment-page-1/#comment-40381</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 28 Sep 2010 19:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/how-to-create-multicolor-text-image-on-the-fly/#comment-40381</guid>
		<description>I got something, which may make it dynamic.

Simple GET can be used here eg.: &lt;img src=”image.php?data=any_data_here”&gt;

Jeff</description>
		<content:encoded><![CDATA[<p>I got something, which may make it dynamic.</p>
<p>Simple GET can be used here eg.: &lt;img src=”image.php?data=any_data_here”&gt;</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://amiworks.co.in/talk/how-to-create-multicolor-text-image-on-the-fly/comment-page-1/#comment-40377</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 28 Sep 2010 19:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/how-to-create-multicolor-text-image-on-the-fly/#comment-40377</guid>
		<description>Tag was &quot;eaten&quot;  - supposed to be: Deployment as: &lt;img src=&quot;img.php&quot;&gt;</description>
		<content:encoded><![CDATA[<p>Tag was &#8220;eaten&#8221;  &#8211; supposed to be: Deployment as: &lt;img src=&quot;img.php&quot;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://amiworks.co.in/talk/how-to-create-multicolor-text-image-on-the-fly/comment-page-1/#comment-40376</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 28 Sep 2010 19:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/how-to-create-multicolor-text-image-on-the-fly/#comment-40376</guid>
		<description>Hi,

Deployment as: 
makes whole thing quite unusable/static/worthless, as all vars must be included within img.php file and any var injection is questionable.
If you try to deploy it as require(), you will get into &quot;header&quot; problems.

Up to now I did not find any way to go around it ... do you know of such way?

Jeff</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Deployment as:<br />
makes whole thing quite unusable/static/worthless, as all vars must be included within img.php file and any var injection is questionable.<br />
If you try to deploy it as require(), you will get into &#8220;header&#8221; problems.</p>
<p>Up to now I did not find any way to go around it &#8230; do you know of such way?</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PlayerOne</title>
		<link>http://amiworks.co.in/talk/how-to-create-multicolor-text-image-on-the-fly/comment-page-1/#comment-1781</link>
		<dc:creator>PlayerOne</dc:creator>
		<pubDate>Thu, 04 Dec 2008 05:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/how-to-create-multicolor-text-image-on-the-fly/#comment-1781</guid>
		<description>Thank you very much. nice tut.

How about filling a text with a pattern or an image instead ?

Is that possible ? can you afford that code for us ?</description>
		<content:encoded><![CDATA[<p>Thank you very much. nice tut.</p>
<p>How about filling a text with a pattern or an image instead ?</p>
<p>Is that possible ? can you afford that code for us ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Kumar Singh</title>
		<link>http://amiworks.co.in/talk/how-to-create-multicolor-text-image-on-the-fly/comment-page-1/#comment-732</link>
		<dc:creator>Amit Kumar Singh</dc:creator>
		<pubDate>Mon, 16 Jun 2008 10:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/how-to-create-multicolor-text-image-on-the-fly/#comment-732</guid>
		<description>just rename the php file as png file</description>
		<content:encoded><![CDATA[<p>just rename the php file as png file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kesavan</title>
		<link>http://amiworks.co.in/talk/how-to-create-multicolor-text-image-on-the-fly/comment-page-1/#comment-731</link>
		<dc:creator>kesavan</dc:creator>
		<pubDate>Mon, 16 Jun 2008 10:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/how-to-create-multicolor-text-image-on-the-fly/#comment-731</guid>
		<description>hi this is kesavan…
when i save this image..it saved as a ‘.php’ file..
how can i save the image as a ‘.png’ file?</description>
		<content:encoded><![CDATA[<p>hi this is kesavan…<br />
when i save this image..it saved as a ‘.php’ file..<br />
how can i save the image as a ‘.png’ file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kesavan</title>
		<link>http://amiworks.co.in/talk/how-to-create-multicolor-text-image-on-the-fly/comment-page-1/#comment-730</link>
		<dc:creator>kesavan</dc:creator>
		<pubDate>Mon, 16 Jun 2008 10:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://amiworks.co.in/talk/how-to-create-multicolor-text-image-on-the-fly/#comment-730</guid>
		<description>hi this is kesavan...
when i save this image..it saved as a &#039;.php&#039; file..
how can i save the image as a &#039;.png&#039; file?</description>
		<content:encoded><![CDATA[<p>hi this is kesavan&#8230;<br />
when i save this image..it saved as a &#8216;.php&#8217; file..<br />
how can i save the image as a &#8216;.png&#8217; file?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

