<?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: Proper Image Resizing for WordPress</title>
	<atom:link href="http://paulbutler.org/archives/proper-image-resizing-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://paulbutler.org/archives/proper-image-resizing-for-wordpress/</link>
	<description></description>
	<lastBuildDate>Thu, 11 Mar 2010 18:58:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Richard Burke</title>
		<link>http://paulbutler.org/archives/proper-image-resizing-for-wordpress/comment-page-1/#comment-139</link>
		<dc:creator>Richard Burke</dc:creator>
		<pubDate>Mon, 09 Feb 2009 06:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulbutler.org/archives/proper-image-resizing-for-wordpress/#comment-139</guid>
		<description>BUG: filter_image()

Why does max_height trump max_width? Probably need to comparescale in each direction for smallest.

if($max_width &amp;&amp; $img_width * $scale &gt; $max_width){
    $scale = $max_width / $img_width;
}
if($max_height &amp;&amp; $img_height * $scale &gt; $max_height){
    $scale = $max_height / $img_height;
}</description>
		<content:encoded><![CDATA[<p>BUG: filter_image()</p>
<p>Why does max_height trump max_width? Probably need to comparescale in each direction for smallest.</p>
<p>if($max_width &amp;&amp; $img_width * $scale &gt; $max_width){<br />
    $scale = $max_width / $img_width;<br />
}<br />
if($max_height &amp;&amp; $img_height * $scale &gt; $max_height){<br />
    $scale = $max_height / $img_height;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baron</title>
		<link>http://paulbutler.org/archives/proper-image-resizing-for-wordpress/comment-page-1/#comment-138</link>
		<dc:creator>baron</dc:creator>
		<pubDate>Wed, 07 May 2008 16:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulbutler.org/archives/proper-image-resizing-for-wordpress/#comment-138</guid>
		<description>hi there .thanks for plugin:

Does anybody know if tis script is compatible with Wordpress 2.5.1 ?

Thanks in advance for any help on this!

best regards</description>
		<content:encoded><![CDATA[<p>hi there .thanks for plugin:</p>
<p>Does anybody know if tis script is compatible with Wordpress 2.5.1 ?</p>
<p>Thanks in advance for any help on this!</p>
<p>best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Resizer</title>
		<link>http://paulbutler.org/archives/proper-image-resizing-for-wordpress/comment-page-1/#comment-137</link>
		<dc:creator>Resizer</dc:creator>
		<pubDate>Thu, 01 May 2008 19:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulbutler.org/archives/proper-image-resizing-for-wordpress/#comment-137</guid>
		<description>Pretty good, but I’m afraid I couldn’t really  play with resizing my own images using GD(I’m not too happy about it).anyway I’ve discovered a good resizer at http://reshade.com and I am more than satisfied with the results. Is your tool as good? I want to try it and compare it.</description>
		<content:encoded><![CDATA[<p>Pretty good, but I’m afraid I couldn’t really  play with resizing my own images using GD(I’m not too happy about it).anyway I’ve discovered a good resizer at <a href="http://reshade.com" rel="nofollow">http://reshade.com</a> and I am more than satisfied with the results. Is your tool as good? I want to try it and compare it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veronica</title>
		<link>http://paulbutler.org/archives/proper-image-resizing-for-wordpress/comment-page-1/#comment-136</link>
		<dc:creator>Veronica</dc:creator>
		<pubDate>Tue, 05 Feb 2008 03:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulbutler.org/archives/proper-image-resizing-for-wordpress/#comment-136</guid>
		<description>Thanks you so much for this plugin.  I was getting so tired of resizing my images first with photoshop before I uploaded them.  This saves me from doing that.  You have done a great job!</description>
		<content:encoded><![CDATA[<p>Thanks you so much for this plugin.  I was getting so tired of resizing my images first with photoshop before I uploaded them.  This saves me from doing that.  You have done a great job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: burnick</title>
		<link>http://paulbutler.org/archives/proper-image-resizing-for-wordpress/comment-page-1/#comment-133</link>
		<dc:creator>burnick</dc:creator>
		<pubDate>Tue, 16 Oct 2007 02:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulbutler.org/archives/proper-image-resizing-for-wordpress/#comment-133</guid>
		<description>doesn&#039;t work with wordpress 2.3</description>
		<content:encoded><![CDATA[<p>doesn&#8217;t work with wordpress 2.3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walter</title>
		<link>http://paulbutler.org/archives/proper-image-resizing-for-wordpress/comment-page-1/#comment-132</link>
		<dc:creator>Walter</dc:creator>
		<pubDate>Mon, 01 Oct 2007 19:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulbutler.org/archives/proper-image-resizing-for-wordpress/#comment-132</guid>
		<description>I fixed my imagescaler-plugin by replacing my custom-upload-path in the php-file. Just replace it at 3 places et voila. Just search for the string &quot;uploads&quot;.</description>
		<content:encoded><![CDATA[<p>I fixed my imagescaler-plugin by replacing my custom-upload-path in the php-file. Just replace it at 3 places et voila. Just search for the string &#8220;uploads&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walter</title>
		<link>http://paulbutler.org/archives/proper-image-resizing-for-wordpress/comment-page-1/#comment-131</link>
		<dc:creator>Walter</dc:creator>
		<pubDate>Mon, 01 Oct 2007 18:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulbutler.org/archives/proper-image-resizing-for-wordpress/#comment-131</guid>
		<description>I don&#039;t think this plugin works properly when you have an alternative upload-path like /uploaded_files/ instead of the default /wp-content/uploads/. The code does read the upload-path from the options but doesn&#039;t seem to use it when trying to scale etc.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think this plugin works properly when you have an alternative upload-path like /uploaded_files/ instead of the default /wp-content/uploads/. The code does read the upload-path from the options but doesn&#8217;t seem to use it when trying to scale etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://paulbutler.org/archives/proper-image-resizing-for-wordpress/comment-page-1/#comment-130</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 28 Sep 2007 02:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulbutler.org/archives/proper-image-resizing-for-wordpress/#comment-130</guid>
		<description>I&#039;m running php5 - php4 does not exist in any form on my server.

I know somebody who may be able to recode the plugin to work properly, or at least scan it for critical bugs. I&#039;ll let you know if I can get anything fixed - I&#039;m sorry that you don&#039;t have the proper time to work on it yourself. No worries, of course.</description>
		<content:encoded><![CDATA[<p>I&#8217;m running php5 &#8211; php4 does not exist in any form on my server.</p>
<p>I know somebody who may be able to recode the plugin to work properly, or at least scan it for critical bugs. I&#8217;ll let you know if I can get anything fixed &#8211; I&#8217;m sorry that you don&#8217;t have the proper time to work on it yourself. No worries, of course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Butler</title>
		<link>http://paulbutler.org/archives/proper-image-resizing-for-wordpress/comment-page-1/#comment-129</link>
		<dc:creator>Paul Butler</dc:creator>
		<pubDate>Wed, 26 Sep 2007 19:49:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulbutler.org/archives/proper-image-resizing-for-wordpress/#comment-129</guid>
		<description>Jason, that is odd then. Maybe I used some PHP 4 functions without realizing it; are you running PHP 4? Unfortunately I don&#039;t have the time to fix it, as I am busy with other projects. If you know PHP and you manage to fix it yourself, feel free to send me a copy of the modified file so others can have it as well.</description>
		<content:encoded><![CDATA[<p>Jason, that is odd then. Maybe I used some PHP 4 functions without realizing it; are you running PHP 4? Unfortunately I don&#8217;t have the time to fix it, as I am busy with other projects. If you know PHP and you manage to fix it yourself, feel free to send me a copy of the modified file so others can have it as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://paulbutler.org/archives/proper-image-resizing-for-wordpress/comment-page-1/#comment-128</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 26 Sep 2007 18:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulbutler.org/archives/proper-image-resizing-for-wordpress/#comment-128</guid>
		<description>No, GD is enabled. I am 100% sure of this - I use it for the rest of the website and for my other site, zeldawiki.org (currently switching to ImageMagick).

So, GD is not the root of the problem... I know that very well.</description>
		<content:encoded><![CDATA[<p>No, GD is enabled. I am 100% sure of this &#8211; I use it for the rest of the website and for my other site, zeldawiki.org (currently switching to ImageMagick).</p>
<p>So, GD is not the root of the problem&#8230; I know that very well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
