<?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: PHP Thumb 3.0 Released</title>
	<atom:link href="http://www.gen-x-design.com/archives/php-thumb-30-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gen-x-design.com/archives/php-thumb-30-released/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 17 Mar 2011 15:00:42 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shefik</title>
		<link>http://www.gen-x-design.com/archives/php-thumb-30-released/#comment-2164</link>
		<dc:creator>Shefik</dc:creator>
		<pubDate>Wed, 30 Jun 2010 19:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/?p=309#comment-2164</guid>
		<description>Is this the same as phpThumb located here:

http://phpthumb.sourceforge.net/</description>
		<content:encoded><![CDATA[<p>Is this the same as phpThumb located here:</p>
<p><a href="http://phpthumb.sourceforge.net/" rel="nofollow">http://phpthumb.sourceforge.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: orrycles</title>
		<link>http://www.gen-x-design.com/archives/php-thumb-30-released/#comment-2159</link>
		<dc:creator>orrycles</dc:creator>
		<pubDate>Tue, 22 Jun 2010 09:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/?p=309#comment-2159</guid>
		<description>I was looking for a php thumbnailing library, and am so glad to have found yours. I tried phpthumb() (the other one) but that one was a pain to learn and get started for me. Yours is just so much simpler and easier to use. Thanks for sharing this :)</description>
		<content:encoded><![CDATA[<p>I was looking for a php thumbnailing library, and am so glad to have found yours. I tried phpthumb() (the other one) but that one was a pain to learn and get started for me. Yours is just so much simpler and easier to use. Thanks for sharing this <img src='http://www.gen-x-design.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rs324</title>
		<link>http://www.gen-x-design.com/archives/php-thumb-30-released/#comment-2147</link>
		<dc:creator>rs324</dc:creator>
		<pubDate>Sat, 05 Jun 2010 19:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/?p=309#comment-2147</guid>
		<description>sorry , my mistake , func name is getContentType , dont approve this message just fix my prev message 

thanks.</description>
		<content:encoded><![CDATA[<p>sorry , my mistake , func name is getContentType , dont approve this message just fix my prev message </p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rs324</title>
		<link>http://www.gen-x-design.com/archives/php-thumb-30-released/#comment-2146</link>
		<dc:creator>rs324</dc:creator>
		<pubDate>Sat, 05 Jun 2010 19:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/?p=309#comment-2146</guid>
		<description>your bbpress plugin not sending mails so i couldnt register !!

any way  here a simple nice thing to add :

public function getContnentType()
	{
		$type = &#039;&#039;;
		switch ($this-&gt;format) 
		{
			case &#039;GIF&#039;:
				$type = &#039;image/gif&#039;; 
			break;
			case &#039;JPG&#039;:
				$type = &#039;image/jpeg&#039;; 
			case &#039;PNG&#039;:
			case &#039;STRING&#039;:
				$type = &#039;Content-type: image/png&#039;; 
			break;
		}
		
		return $type;
		
	}

sometimes we need the content type 
(for example resize image from url and save it to amazon s3 , so on saving we will need the content type)

i hope you will enter it to the next version .
great lib saved me 2 days of coding :)</description>
		<content:encoded><![CDATA[<p>your bbpress plugin not sending mails so i couldnt register !!</p>
<p>any way  here a simple nice thing to add :</p>
<p>public function getContnentType()<br />
	{<br />
		$type = &#8221;;<br />
		switch ($this-&gt;format)<br />
		{<br />
			case &#8216;GIF&#8217;:<br />
				$type = &#8216;image/gif&#8217;;<br />
			break;<br />
			case &#8216;JPG&#8217;:<br />
				$type = &#8216;image/jpeg&#8217;;<br />
			case &#8216;PNG&#8217;:<br />
			case &#8216;STRING&#8217;:<br />
				$type = &#8216;Content-type: image/png&#8217;;<br />
			break;<br />
		}</p>
<p>		return $type;</p>
<p>	}</p>
<p>sometimes we need the content type<br />
(for example resize image from url and save it to amazon s3 , so on saving we will need the content type)</p>
<p>i hope you will enter it to the next version .<br />
great lib saved me 2 days of coding <img src='http://www.gen-x-design.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jmcbade</title>
		<link>http://www.gen-x-design.com/archives/php-thumb-30-released/#comment-2096</link>
		<dc:creator>jmcbade</dc:creator>
		<pubDate>Thu, 08 Apr 2010 13:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/?p=309#comment-2096</guid>
		<description>Nice!

Is this available as a Joomla plugin also?</description>
		<content:encoded><![CDATA[<p>Nice!</p>
<p>Is this available as a Joomla plugin also?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://www.gen-x-design.com/archives/php-thumb-30-released/#comment-2085</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Sat, 20 Mar 2010 23:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/?p=309#comment-2085</guid>
		<description>Hi,

does this project dead? Doesn&#039;t seem to move since october 2009?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>does this project dead? Doesn&#8217;t seem to move since october 2009?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Huet</title>
		<link>http://www.gen-x-design.com/archives/php-thumb-30-released/#comment-1911</link>
		<dc:creator>Ian Huet</dc:creator>
		<pubDate>Tue, 29 Sep 2009 15:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/?p=309#comment-1911</guid>
		<description>I have been using this library for a while and have found it to be brilliant. So good that we took the time to turn it into a wordpress plug-in, which can be found here http://wordpress.org/extend/plugins/choicecuts-image-juggler/. Check out www.workwithchoicecuts.com for an article on how to use it :-)

All credit goes to Ian for putting together this really handy library!</description>
		<content:encoded><![CDATA[<p>I have been using this library for a while and have found it to be brilliant. So good that we took the time to turn it into a wordpress plug-in, which can be found here <a href="http://wordpress.org/extend/plugins/choicecuts-image-juggler/" rel="nofollow">http://wordpress.org/extend/plugins/choicecuts-image-juggler/</a>. Check out <a href="http://www.workwithchoicecuts.com" rel="nofollow">http://www.workwithchoicecuts.com</a> for an article on how to use it <img src='http://www.gen-x-design.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>All credit goes to Ian for putting together this really handy library!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rico</title>
		<link>http://www.gen-x-design.com/archives/php-thumb-30-released/#comment-1908</link>
		<dc:creator>rico</dc:creator>
		<pubDate>Wed, 23 Sep 2009 12:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/?p=309#comment-1908</guid>
		<description>hi, 
very good classe ! but how make an thumbnail with final resizing with adding select background color for differents sizing image with original ratio  preserved (no cropped).
ex: original img = 600px X 222 px
out is 200px X 200px but with not cropped, the difference is background color apport, original ratio is preserved.

thx</description>
		<content:encoded><![CDATA[<p>hi,<br />
very good classe ! but how make an thumbnail with final resizing with adding select background color for differents sizing image with original ratio  preserved (no cropped).<br />
ex: original img = 600px X 222 px<br />
out is 200px X 200px but with not cropped, the difference is background color apport, original ratio is preserved.</p>
<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jsonx</title>
		<link>http://www.gen-x-design.com/archives/php-thumb-30-released/#comment-1886</link>
		<dc:creator>jsonx</dc:creator>
		<pubDate>Wed, 09 Sep 2009 18:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/?p=309#comment-1886</guid>
		<description>Thanks it works good.</description>
		<content:encoded><![CDATA[<p>Thanks it works good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tronics</title>
		<link>http://www.gen-x-design.com/archives/php-thumb-30-released/#comment-1860</link>
		<dc:creator>tronics</dc:creator>
		<pubDate>Thu, 20 Aug 2009 11:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.gen-x-design.com/?p=309#comment-1860</guid>
		<description>This library is great! Have used in a few projects and it is very fast and well layed out.

Please take when someone finds the time take a quick look on the transparency issue ;)
http://phpthumb.gxdlabs.com/forums/topic/preserve-transparency-in-png-and-gif?replies=1#post-85</description>
		<content:encoded><![CDATA[<p>This library is great! Have used in a few projects and it is very fast and well layed out.</p>
<p>Please take when someone finds the time take a quick look on the transparency issue <img src='http://www.gen-x-design.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
<a href="http://phpthumb.gxdlabs.com/forums/topic/preserve-transparency-in-png-and-gif?replies=1#post-85" rel="nofollow">http://phpthumb.gxdlabs.com/forums/topic/preserve-transparency-in-png-and-gif?replies=1#post-85</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

