<?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"
	>
<channel>
	<title>Comments on: Resize and Compose Transparent PNG with PHP</title>
	<atom:link href="http://alexle.net/archives/131/feed" rel="self" type="application/rss+xml" />
	<link>http://alexle.net/archives/131</link>
	<description>Personal View</description>
	<pubDate>Thu, 11 Mar 2010 07:43:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Pablo</title>
		<link>http://alexle.net/archives/131#comment-278333</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Mon, 09 Nov 2009 15:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/131#comment-278333</guid>
		<description>Thanks a lot! This worked smoothly for me :-)</description>
		<content:encoded><![CDATA[<p>Thanks a lot! This worked smoothly for me <img src='http://alexle.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Hassall</title>
		<link>http://alexle.net/archives/131#comment-273238</link>
		<dc:creator>Jon Hassall</dc:creator>
		<pubDate>Mon, 10 Aug 2009 00:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/131#comment-273238</guid>
		<description>Thank you so much. This fixed my bizzare problem.

To anyone who uses this and still has problems, break your code down into something simple. I thought even this didn't work, but it did with a process of elimination.</description>
		<content:encoded><![CDATA[<p>Thank you so much. This fixed my bizzare problem.</p>
<p>To anyone who uses this and still has problems, break your code down into something simple. I thought even this didn&#8217;t work, but it did with a process of elimination.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giacomo Masetti</title>
		<link>http://alexle.net/archives/131#comment-263157</link>
		<dc:creator>Giacomo Masetti</dc:creator>
		<pubDate>Wed, 13 May 2009 14:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/131#comment-263157</guid>
		<description>Many thanks from Italy.
Your piece of code works like a charm, I crashed my head for hours in the attempt to understand how to resize images in PHP by keeping the transparency for PNG images and GIF images.</description>
		<content:encoded><![CDATA[<p>Many thanks from Italy.<br />
Your piece of code works like a charm, I crashed my head for hours in the attempt to understand how to resize images in PHP by keeping the transparency for PNG images and GIF images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Warren</title>
		<link>http://alexle.net/archives/131#comment-253098</link>
		<dc:creator>Warren</dc:creator>
		<pubDate>Wed, 25 Mar 2009 21:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/131#comment-253098</guid>
		<description>Thanks! Awesome work - used part of the code to round the edges of user uploaded images in CMS.</description>
		<content:encoded><![CDATA[<p>Thanks! Awesome work - used part of the code to round the edges of user uploaded images in CMS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salman</title>
		<link>http://alexle.net/archives/131#comment-248671</link>
		<dc:creator>Salman</dc:creator>
		<pubDate>Thu, 26 Feb 2009 05:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/131#comment-248671</guid>
		<description>Following is a similar example for watermarking uploaded images using GIF image:

http://911-need-code-help.blogspot.com/2008/11/watermark-your-images-with-another.html</description>
		<content:encoded><![CDATA[<p>Following is a similar example for watermarking uploaded images using GIF image:</p>
<p><a href="http://911-need-code-help.blogspot.com/2008/11/watermark-your-images-with-another.html" rel="nofollow">http://911-need-code-help.blogspot.com/2008/11/watermark-your-images-with-another.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Merci !</title>
		<link>http://alexle.net/archives/131#comment-247919</link>
		<dc:creator>Merci !</dc:creator>
		<pubDate>Sat, 21 Feb 2009 00:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/131#comment-247919</guid>
		<description>Merci beaucoup !, ça ma vraiment bien débloqué !!!
Thx ! it's help me so much !!</description>
		<content:encoded><![CDATA[<p>Merci beaucoup !, ça ma vraiment bien débloqué !!!<br />
Thx ! it&#8217;s help me so much !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlueClock</title>
		<link>http://alexle.net/archives/131#comment-235798</link>
		<dc:creator>BlueClock</dc:creator>
		<pubDate>Tue, 09 Dec 2008 18:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/131#comment-235798</guid>
		<description>imagecopyresampled does not retain alpha channels in my case, when resizing and optimizing images.

Had to use imagecopyresized.
and imagesavealpha() of course.

imageAntiAlias had virtually no effect in my case (probably because I'm making 320x200 thumbs).</description>
		<content:encoded><![CDATA[<p>imagecopyresampled does not retain alpha channels in my case, when resizing and optimizing images.</p>
<p>Had to use imagecopyresized.<br />
and imagesavealpha() of course.</p>
<p>imageAntiAlias had virtually no effect in my case (probably because I&#8217;m making 320&#215;200 thumbs).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JI Zhang</title>
		<link>http://alexle.net/archives/131#comment-210833</link>
		<dc:creator>JI Zhang</dc:creator>
		<pubDate>Mon, 15 Sep 2008 11:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/131#comment-210833</guid>
		<description>It seems nice work. but my question is 

Can php GD do the job like some web based Java UML editor?

can any body tell me?

Thanks</description>
		<content:encoded><![CDATA[<p>It seems nice work. but my question is </p>
<p>Can php GD do the job like some web based Java UML editor?</p>
<p>can any body tell me?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meshvere</title>
		<link>http://alexle.net/archives/131#comment-197759</link>
		<dc:creator>Meshvere</dc:creator>
		<pubDate>Wed, 13 Aug 2008 15:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/131#comment-197759</guid>
		<description>Thank you from France.
You help me a lot with this piece of code.

Thank you very much.</description>
		<content:encoded><![CDATA[<p>Thank you from France.<br />
You help me a lot with this piece of code.</p>
<p>Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rzuber</title>
		<link>http://alexle.net/archives/131#comment-180764</link>
		<dc:creator>Rzuber</dc:creator>
		<pubDate>Tue, 08 Jul 2008 20:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://alexle.net/archives/131#comment-180764</guid>
		<description>AWESOME!

Thanks from Poland :)</description>
		<content:encoded><![CDATA[<p>AWESOME!</p>
<p>Thanks from Poland <img src='http://alexle.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.335 seconds -->
