<?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 upload and resize image class</title>
	<atom:link href="http://www.mjdigital.co.uk/blog/php-upload-and-resize-image-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mjdigital.co.uk/blog/php-upload-and-resize-image-class/</link>
	<description>Online Marketing, SEO, Search engine optimisation, optimization, Web Development, digital strategy, digital strategist, online marketing consultant</description>
	<lastBuildDate>Tue, 09 Mar 2010 12:54:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jonmoore2</title>
		<link>http://www.mjdigital.co.uk/blog/php-upload-and-resize-image-class/comment-page-1/#comment-153</link>
		<dc:creator>jonmoore2</dc:creator>
		<pubDate>Mon, 15 Feb 2010 13:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mjdigital.co.uk/blog/?p=176#comment-153</guid>
		<description>Mark&lt;br&gt;&lt;br&gt;This is genius! Has to be the best object I&#039;ve found for image resizing....&lt;br&gt;&lt;br&gt;Thanks for sharing it!</description>
		<content:encoded><![CDATA[<p>Mark</p>
<p>This is genius! Has to be the best object I&#39;ve found for image resizing&#8230;.</p>
<p>Thanks for sharing it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mj7</title>
		<link>http://www.mjdigital.co.uk/blog/php-upload-and-resize-image-class/comment-page-1/#comment-131</link>
		<dc:creator>mj7</dc:creator>
		<pubDate>Wed, 23 Dec 2009 16:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mjdigital.co.uk/blog/?p=176#comment-131</guid>
		<description>Sorry for late reply - to ignore the aspect ratio just add:

&lt;pre&gt;$myImage-&gt;aspectRatio = &#039;false&#039;;&lt;/pre&gt;

To keep the aspect ratio the same as the source and NOT pad it out with the supplied background colour do not use the above but use:

&lt;pre&gt;$myImage-&gt;padToFit = &#039;false&#039;;&lt;/pre&gt;

If you look at the top of the code you&#039;ll see a load of preset variable looking like:

&lt;pre&gt;public $upscale         = &#039;false&#039;;&lt;/pre&gt;

etc - you can alter any of these for each call by using this syntax in your main page code:

&lt;pre&gt;$myImage-&gt;upscale = &#039;true&#039;;&lt;/pre&gt;

Hope that helps</description>
		<content:encoded><![CDATA[<p>Sorry for late reply &#8211; to ignore the aspect ratio just add:</p>
<pre>$myImage->aspectRatio = 'false';</pre>
<p>To keep the aspect ratio the same as the source and NOT pad it out with the supplied background colour do not use the above but use:</p>
<pre>$myImage->padToFit = 'false';</pre>
<p>If you look at the top of the code you&#8217;ll see a load of preset variable looking like:</p>
<pre>public $upscale         = 'false';</pre>
<p>etc &#8211; you can alter any of these for each call by using this syntax in your main page code:</p>
<pre>$myImage->upscale = 'true';</pre>
<p>Hope that helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mat Hawker</title>
		<link>http://www.mjdigital.co.uk/blog/php-upload-and-resize-image-class/comment-page-1/#comment-110</link>
		<dc:creator>Mat Hawker</dc:creator>
		<pubDate>Fri, 18 Dec 2009 06:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mjdigital.co.uk/blog/?p=176#comment-110</guid>
		<description>Nice Script MJ.

Just wondering what command we are calling to keep the ratio of width and height the same.

As at the moment it just puts a blank color in the background to fill this extra space.</description>
		<content:encoded><![CDATA[<p>Nice Script MJ.</p>
<p>Just wondering what command we are calling to keep the ratio of width and height the same.</p>
<p>As at the moment it just puts a blank color in the background to fill this extra space.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention PHP image upload and resize class with transparency support &#124; MJDIGITAL :: Mark Jackson &#124; Digital Consultant -- Topsy.com</title>
		<link>http://www.mjdigital.co.uk/blog/php-upload-and-resize-image-class/comment-page-1/#comment-65</link>
		<dc:creator>Tweets that mention PHP image upload and resize class with transparency support &#124; MJDIGITAL :: Mark Jackson &#124; Digital Consultant -- Topsy.com</dc:creator>
		<pubDate>Fri, 27 Nov 2009 22:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mjdigital.co.uk/blog/?p=176#comment-65</guid>
		<description>[...] This post was mentioned on Twitter by Ann Smarty and Scott DeToffol, Mark Jackson. Mark Jackson said: Just released my PHP image upload and resize script - feedback appreciated: http://mj7.co.uk/amp2 [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Ann Smarty and Scott DeToffol, Mark Jackson. Mark Jackson said: Just released my PHP image upload and resize script &#8211; feedback appreciated: <a href="http://mj7.co.uk/amp2" rel="nofollow">http://mj7.co.uk/amp2</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
