<?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: Convert Text to Image Using PHP</title>
	<atom:link href="http://arie.putranto.com/blog/2009/09/php-script-text-to-image-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://arie.putranto.com/blog/2009/09/php-script-text-to-image-tutorial/</link>
	<description>Freelance Web Designer Yogyakarta Indonesia</description>
	<lastBuildDate>Mon, 26 Jul 2010 03:35:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Fred</title>
		<link>http://arie.putranto.com/blog/2009/09/php-script-text-to-image-tutorial/#comment-9025</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Thu, 27 May 2010 14:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://arie.putranto.com/?p=1006#comment-9025</guid>
		<description>Hello,
     I have tried the above code for converting text to image, but the page just end-up displaying some funny looking codes/text characters.


Regards</description>
		<content:encoded><![CDATA[<p>Hello,<br />
     I have tried the above code for converting text to image, but the page just end-up displaying some funny looking codes/text characters.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: php-html.net</title>
		<link>http://arie.putranto.com/blog/2009/09/php-script-text-to-image-tutorial/#comment-8034</link>
		<dc:creator>php-html.net</dc:creator>
		<pubDate>Tue, 23 Feb 2010 13:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://arie.putranto.com/?p=1006#comment-8034</guid>
		<description>&lt;strong&gt;Convert Text to Image Using PHP...&lt;/strong&gt;

People have been trying to convert a text to an image for various reason. They usually need it to turn an e-mail address so it cannot be easily harvested from the content. But this script will not only able to do that, it can be use for many other thin...</description>
		<content:encoded><![CDATA[<p><strong>Convert Text to Image Using PHP&#8230;</strong></p>
<p>People have been trying to convert a text to an image for various reason. They usually need it to turn an e-mail address so it cannot be easily harvested from the content. But this script will not only able to do that, it can be use for many other thin&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abcphp.com</title>
		<link>http://arie.putranto.com/blog/2009/09/php-script-text-to-image-tutorial/#comment-8030</link>
		<dc:creator>abcphp.com</dc:creator>
		<pubDate>Tue, 23 Feb 2010 04:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://arie.putranto.com/?p=1006#comment-8030</guid>
		<description>&lt;strong&gt;Convert Text to Image Using PHP &#124; Arie Putranto...&lt;/strong&gt;

People have been trying to convert a text to an image for various reason. They usually need it to turn an e-mail address so it cannot be easily harvested from the content. But this script will not only able to do that, it can be use for many other thin...</description>
		<content:encoded><![CDATA[<p><strong>Convert Text to Image Using PHP | Arie Putranto&#8230;</strong></p>
<p>People have been trying to convert a text to an image for various reason. They usually need it to turn an e-mail address so it cannot be easily harvested from the content. But this script will not only able to do that, it can be use for many other thin&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arie Putranto</title>
		<link>http://arie.putranto.com/blog/2009/09/php-script-text-to-image-tutorial/#comment-8029</link>
		<dc:creator>Arie Putranto</dc:creator>
		<pubDate>Tue, 23 Feb 2010 03:36:15 +0000</pubDate>
		<guid isPermaLink="false">http://arie.putranto.com/?p=1006#comment-8029</guid>
		<description>Yes, i thought so. I&#039;m in the middle of developing new wordpress theme framework, and this function is included. And sure, it would also do caching. A WordPress plugin will be good, I will working on that. Thanks for reading and commenting</description>
		<content:encoded><![CDATA[<p>Yes, i thought so. I&#8217;m in the middle of developing new wordpress theme framework, and this function is included. And sure, it would also do caching. A WordPress plugin will be good, I will working on that. Thanks for reading and commenting</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg Baranovsky</title>
		<link>http://arie.putranto.com/blog/2009/09/php-script-text-to-image-tutorial/#comment-8028</link>
		<dc:creator>Oleg Baranovsky</dc:creator>
		<pubDate>Tue, 23 Feb 2010 02:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://arie.putranto.com/?p=1006#comment-8028</guid>
		<description>It would be nice to also do a cashing of the generated images -- GD is pretty slow operation, so on the busy site it ma take a while if you generate a lot of these images on the fly.

This could be a good technique for protecting email addresses from spam bots for instance.

I&#039;ve also seen people using the similar trick to generate the pretty menu items for their sites.

Would be nice to make it into a standalone class and into a WordPress plugin for instance.</description>
		<content:encoded><![CDATA[<p>It would be nice to also do a cashing of the generated images &#8212; GD is pretty slow operation, so on the busy site it ma take a while if you generate a lot of these images on the fly.</p>
<p>This could be a good technique for protecting email addresses from spam bots for instance.</p>
<p>I&#8217;ve also seen people using the similar trick to generate the pretty menu items for their sites.</p>
<p>Would be nice to make it into a standalone class and into a WordPress plugin for instance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arie Putranto</title>
		<link>http://arie.putranto.com/blog/2009/09/php-script-text-to-image-tutorial/#comment-5122</link>
		<dc:creator>Arie Putranto</dc:creator>
		<pubDate>Mon, 05 Oct 2009 00:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://arie.putranto.com/?p=1006#comment-5122</guid>
		<description>Yes, that can be shorten that way. But what I did here was trying to create a dynamic image, which color can be specified and the dimension can be dynamically defined from the font you used and the size of that particular font. It&#039;s also create a transparent image. 

read http://arie.putranto.com/blog/2009/06/php-captcha-image-verification/ on how to generate CAPTCHA.</description>
		<content:encoded><![CDATA[<p>Yes, that can be shorten that way. But what I did here was trying to create a dynamic image, which color can be specified and the dimension can be dynamically defined from the font you used and the size of that particular font. It&#8217;s also create a transparent image. </p>
<p>read <a href="http://arie.putranto.com/blog/2009/06/php-captcha-image-verification/" rel="nofollow">http://arie.putranto.com/blog/2009/06/php-captcha-image-verification/</a> on how to generate CAPTCHA.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hokya</title>
		<link>http://arie.putranto.com/blog/2009/09/php-script-text-to-image-tutorial/#comment-5088</link>
		<dc:creator>hokya</dc:creator>
		<pubDate>Sat, 03 Oct 2009 00:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://arie.putranto.com/?p=1006#comment-5088</guid>
		<description>nice, however, it usually used for captcha.

i have the shorter code on http://mr.hokya.com/?s=captcha</description>
		<content:encoded><![CDATA[<p>nice, however, it usually used for captcha.</p>
<p>i have the shorter code on <a href="http://mr.hokya.com/?s=captcha" rel="nofollow">http://mr.hokya.com/?s=captcha</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
