<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Rotating Images with PHP</title>
	<link>http://discomoose.org/2006/04/28/rotating-pictures-with-php/</link>
	<description>Contains no moose and very litle disco. :'(</description>
	<pubDate>Wed, 08 Oct 2008 10:18:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: Gordon</title>
		<link>http://discomoose.org/2006/04/28/rotating-pictures-with-php/#comment-28195</link>
		<dc:creator>Gordon</dc:creator>
		<pubDate>Sun, 29 Jul 2007 16:20:53 +0000</pubDate>
		<guid>http://discomoose.org/2006/04/28/rotating-pictures-with-php/#comment-28195</guid>
		<description>Awesome example.  Very simple to understand.
-----------------------------------------------------

To save your image as a file, simply use this command:

imagejpeg($rotated, $newfile, $quality);

// $rotated = image in memory
// $newfile = the filename of the file you want to create
// $quality (1.00 = 100%, .8 = 80%) - This controls the compression of JPGs

------------------------------------------------------------------------
PS: Just like Sanjay, I'm making a photo gallery. Check it out @ http://www.animejutsu.com/

Sincerely,
 -Gordon
 -7/29/07</description>
		<content:encoded><![CDATA[<p>Awesome example.  Very simple to understand.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>To save your image as a file, simply use this command:</p>
<p>imagejpeg($rotated, $newfile, $quality);</p>
<p>// $rotated = image in memory<br />
// $newfile = the filename of the file you want to create<br />
// $quality (1.00 = 100%, .8 = 80%) - This controls the compression of JPGs</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
PS: Just like Sanjay, I&#8217;m making a photo gallery. Check it out @ <a href="http://www.animejutsu.com/" rel="nofollow">http://www.animejutsu.com/</a></p>
<p>Sincerely,<br />
 -Gordon<br />
 -7/29/07</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://discomoose.org/2006/04/28/rotating-pictures-with-php/#comment-1700</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 15 Nov 2006 07:00:38 +0000</pubDate>
		<guid>http://discomoose.org/2006/04/28/rotating-pictures-with-php/#comment-1700</guid>
		<description>Yaa i used imagetruecolortopalette() &#38; imagecolortransparent() functions after roating it !</description>
		<content:encoded><![CDATA[<p>Yaa i used imagetruecolortopalette() &amp; imagecolortransparent() functions after roating it !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://discomoose.org/2006/04/28/rotating-pictures-with-php/#comment-1699</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 15 Nov 2006 06:55:04 +0000</pubDate>
		<guid>http://discomoose.org/2006/04/28/rotating-pictures-with-php/#comment-1699</guid>
		<description>I dont think that it only works with jpeg. i first convert jpeg to png and then rotated it !</description>
		<content:encoded><![CDATA[<p>I dont think that it only works with jpeg. i first convert jpeg to png and then rotated it !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Tulp</title>
		<link>http://discomoose.org/2006/04/28/rotating-pictures-with-php/#comment-868</link>
		<dc:creator>Daniel Tulp</dc:creator>
		<pubDate>Fri, 06 Oct 2006 00:00:02 +0000</pubDate>
		<guid>http://discomoose.org/2006/04/28/rotating-pictures-with-php/#comment-868</guid>
		<description>Does this only work with JPEG?
O, and people, if you use other then Truetype images you should first transform to truetype (read that somewhere else).</description>
		<content:encoded><![CDATA[<p>Does this only work with JPEG?<br />
O, and people, if you use other then Truetype images you should first transform to truetype (read that somewhere else).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://discomoose.org/2006/04/28/rotating-pictures-with-php/#comment-185</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 22 Jul 2006 08:02:22 +0000</pubDate>
		<guid>http://discomoose.org/2006/04/28/rotating-pictures-with-php/#comment-185</guid>
		<description>&lt;strong&gt;Rotating Pictures with PHP...&lt;/strong&gt;

This tutorial will show you how to rotate an image in your PHP scripts. You'll need to have the GD library installed to be able to use some of the functions we use in this guide, though this is included with most PHP installations so there's a chance...</description>
		<content:encoded><![CDATA[<p><strong>Rotating Pictures with PHP&#8230;</strong></p>
<p>This tutorial will show you how to rotate an image in your PHP scripts. You&#8217;ll need to have the GD library installed to be able to use some of the functions we use in this guide, though this is included with most PHP installations so there&#8217;s a chance&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://discomoose.org/2006/04/28/rotating-pictures-with-php/#comment-73</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 07 Jun 2006 10:09:48 +0000</pubDate>
		<guid>http://discomoose.org/2006/04/28/rotating-pictures-with-php/#comment-73</guid>
		<description>May God Bless You . But Plz Tell me what if the image i want to rotate is above another image ? i.e. overlapping images ?</description>
		<content:encoded><![CDATA[<p>May God Bless You . But Plz Tell me what if the image i want to rotate is above another image ? i.e. overlapping images ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanjay</title>
		<link>http://discomoose.org/2006/04/28/rotating-pictures-with-php/#comment-67</link>
		<dc:creator>sanjay</dc:creator>
		<pubDate>Thu, 01 Jun 2006 14:18:44 +0000</pubDate>
		<guid>http://discomoose.org/2006/04/28/rotating-pictures-with-php/#comment-67</guid>
		<description>thanx for all your help
actually i want to make a photogallery of mine for my site
so I decided to provide all facility but doing all by own
now just copying or downloading the code

it really helped me..</description>
		<content:encoded><![CDATA[<p>thanx for all your help<br />
actually i want to make a photogallery of mine for my site<br />
so I decided to provide all facility but doing all by own<br />
now just copying or downloading the code</p>
<p>it really helped me..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shyne</title>
		<link>http://discomoose.org/2006/04/28/rotating-pictures-with-php/#comment-46</link>
		<dc:creator>Shyne</dc:creator>
		<pubDate>Wed, 17 May 2006 13:03:14 +0000</pubDate>
		<guid>http://discomoose.org/2006/04/28/rotating-pictures-with-php/#comment-46</guid>
		<description>very nice. 10x to help !</description>
		<content:encoded><![CDATA[<p>very nice. 10x to help !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
