<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/php/tags/gd</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 09 Jul 2008 04:35:37 GMT</pubDate>
<item>
<title>(PHP) How to Resize an Image Using PHP - Image Resizing Script - andyhartleeds</title>
<link>http://snipplr.com/view/5590/how-to-resize-an-image-using-php--image-resizing-script/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 28 Mar 2008 09:44:35 GMT</pubDate>
<guid>http://snipplr.com/view/5590/how-to-resize-an-image-using-php--image-resizing-script/</guid>
</item>
<item>
<title>(PHP) Convert HEX to RGB &amp;amp; RGB to HEX - Cory</title>
<link>http://snipplr.com/view/4621/convert-hex-to-rgb--rgb-to-hex/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 16 Jan 2008 20:27:43 GMT</pubDate>
<guid>http://snipplr.com/view/4621/convert-hex-to-rgb--rgb-to-hex/</guid>
</item>
<item>
<title>(PHP) Image Thumbnail with GD &amp;amp; GET vars - iloveitaly</title>
<link>http://snipplr.com/view/2675/image-thumbnail-with-gd--get-vars/</link>
<description><![CDATA[ <p>example: thumb.php?p=image.jpg&amp;s=45</p> ]]></description>
<pubDate>Sat, 19 May 2007 11:32:35 GMT</pubDate>
<guid>http://snipplr.com/view/2675/image-thumbnail-with-gd--get-vars/</guid>
</item>
<item>
<title>(PHP) function thumb - oso96_2000</title>
<link>http://snipplr.com/view/2158/function-thumb/</link>
<description><![CDATA[ <p>With this function you can make a thumbnail from an image.
Usage:
$image = "something.jpg";
thumb($image, 100, 100);

It can be easy modified to accept other types of images, actually only support jpeg, gif and png. Gif images lost their animation, and png or gif image lost their transparency.</p> ]]></description>
<pubDate>Sun, 11 Feb 2007 22:45:28 GMT</pubDate>
<guid>http://snipplr.com/view/2158/function-thumb/</guid>
</item>
<item>
<title>(PHP) text2image - mikeejay</title>
<link>http://snipplr.com/view/1464/text2image/</link>
<description><![CDATA[ <p>Put contents in a file called for example "button.php".
instead of using filename.png in the img tag,  use button.php?text=buttontext</p> ]]></description>
<pubDate>Wed, 25 Oct 2006 11:16:47 GMT</pubDate>
<guid>http://snipplr.com/view/1464/text2image/</guid>
</item>
<item>
<title>(PHP) Create a thumbnail maintaining aspect ratio using GD - mthorn</title>
<link>http://snipplr.com/view/753/create-a-thumbnail-maintaining-aspect-ratio-using-gd/</link>
<description><![CDATA[ <p>Will create a thumnail no taller or wider than the supplied size. Also contains some tips for reading and writing images using GD.</p> ]]></description>
<pubDate>Wed, 09 Aug 2006 04:57:21 GMT</pubDate>
<guid>http://snipplr.com/view/753/create-a-thumbnail-maintaining-aspect-ratio-using-gd/</guid>
</item>
<item>
<title>(PHP) Image Manager Componet - jkochis</title>
<link>http://snipplr.com/view/450/image-manager-componet/</link>
<description><![CDATA[ <p>makes a resized duplicate of an image</p> ]]></description>
<pubDate>Sun, 16 Jul 2006 18:04:52 GMT</pubDate>
<guid>http://snipplr.com/view/450/image-manager-componet/</guid>
</item>
<item>
<title>(PHP) PHP 3D Renderer - jkochis</title>
<link>http://snipplr.com/view/297/php-3d-renderer/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 09 Jul 2006 04:48:35 GMT</pubDate>
<guid>http://snipplr.com/view/297/php-3d-renderer/</guid>
</item>
<item>
<title>(PHP) Resize Image - tylerhall</title>
<link>http://snipplr.com/view/27/resize-image/</link>
<description><![CDATA[ <p>Creates a thumbnail from an existing image. $filename is the original filename, while $tmpname is the actual filesystem name (for example, the temporary filename used in a PHP upload). Returns an image resource which you can then output to the browser, or save to a file using imagejpg(), imagepng(), etc.</p> ]]></description>
<pubDate>Wed, 31 Dec 1969 19:00:00 GMT</pubDate>
<guid>http://snipplr.com/view/27/resize-image/</guid>
</item>
</channel>
</rss>