<?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: cfimage and ImageScaleToFit on Large Images Pegs CPU</title>
	<atom:link href="http://www.elliottsprehn.com/blog/2009/01/14/cfimage-and-imagescaletofit-on-large-images-pegs-cpu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elliottsprehn.com/blog/2009/01/14/cfimage-and-imagescaletofit-on-large-images-pegs-cpu/</link>
	<description>Life Through Math, Algorithms and Code</description>
	<lastBuildDate>Thu, 28 Jul 2011 23:40:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: James Moberg</title>
		<link>http://www.elliottsprehn.com/blog/2009/01/14/cfimage-and-imagescaletofit-on-large-images-pegs-cpu/comment-page-1/#comment-16922</link>
		<dc:creator>James Moberg</dc:creator>
		<pubDate>Thu, 28 Jul 2011 23:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.elliottsprehn.com/blog/2009/01/14/cfimage-and-imagescaletofit-on-large-images-pegs-cpu/#comment-16922</guid>
		<description>Two years later and nothing has really changed even with CF9.  I&#039;ve found that using CFX_OpenImage rescales images about 75-90% faster and creates images that are about 64-72% smaller than CFImage. Simply getting the image dimensions is about 96% faster.
http://www.kolumbus.fi/~kr0626/cfx_openimage/
(NOTE:  Only available for Win32)</description>
		<content:encoded><![CDATA[<p>Two years later and nothing has really changed even with CF9.  I&#8217;ve found that using CFX_OpenImage rescales images about 75-90% faster and creates images that are about 64-72% smaller than CFImage. Simply getting the image dimensions is about 96% faster.<br />
<a href="http://www.kolumbus.fi/~kr0626/cfx_openimage/" rel="nofollow">http://www.kolumbus.fi/~kr0626/cfx_openimage/</a><br />
(NOTE:  Only available for Win32)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Westercamp</title>
		<link>http://www.elliottsprehn.com/blog/2009/01/14/cfimage-and-imagescaletofit-on-large-images-pegs-cpu/comment-page-1/#comment-16129</link>
		<dc:creator>Jay Westercamp</dc:creator>
		<pubDate>Tue, 18 Aug 2009 20:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.elliottsprehn.com/blog/2009/01/14/cfimage-and-imagescaletofit-on-large-images-pegs-cpu/#comment-16129</guid>
		<description>I am too having this problem.  Not on http://www.ATVManualStore.com but on a government site I develop for.  We are on 8.0.1.  Are there any security issues w/ going back down to 8.0?  I am going to try the hotfix 2 before we downgrade CF.</description>
		<content:encoded><![CDATA[<p>I am too having this problem.  Not on <a href="http://www.ATVManualStore.com" rel="nofollow">http://www.ATVManualStore.com</a> but on a government site I develop for.  We are on 8.0.1.  Are there any security issues w/ going back down to 8.0?  I am going to try the hotfix 2 before we downgrade CF.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mex</title>
		<link>http://www.elliottsprehn.com/blog/2009/01/14/cfimage-and-imagescaletofit-on-large-images-pegs-cpu/comment-page-1/#comment-16117</link>
		<dc:creator>mex</dc:creator>
		<pubDate>Mon, 23 Mar 2009 22:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.elliottsprehn.com/blog/2009/01/14/cfimage-and-imagescaletofit-on-large-images-pegs-cpu/#comment-16117</guid>
		<description>Hi Elliott,

We have some apps that do a lot of image manipulation, and we had problems with the cf image functions when we upgraded one of our servers to 8.0.1. So we upgraded to cumulative hotfix 1. Then we started getting this problem (100% cpu spikes). 

We assumed it would be fixed when we recently discovered hotfix 2. Which was buried deep in the adobe site - 6 months later it&#039;s still not on the coldfusion &#039;hotfixes page&#039;?

Anyway, we downgraded back to cf 8.0.0, and even under heavy load we don&#039;t have any problems with any of the image functions, luckily we don&#039;t use anything that is broken in 8.0.0

I&#039;m really dissapointed Adobe couldn&#039;t fix this, it&#039;s been ages. But if you need performance out of imagescaletofit without sacrificing image quality I&#039;d give 8.0.0 a go :)

Cheers
Mex</description>
		<content:encoded><![CDATA[<p>Hi Elliott,</p>
<p>We have some apps that do a lot of image manipulation, and we had problems with the cf image functions when we upgraded one of our servers to 8.0.1. So we upgraded to cumulative hotfix 1. Then we started getting this problem (100% cpu spikes). </p>
<p>We assumed it would be fixed when we recently discovered hotfix 2. Which was buried deep in the adobe site &#8211; 6 months later it&#8217;s still not on the coldfusion &#8216;hotfixes page&#8217;?</p>
<p>Anyway, we downgraded back to cf 8.0.0, and even under heavy load we don&#8217;t have any problems with any of the image functions, luckily we don&#8217;t use anything that is broken in 8.0.0</p>
<p>I&#8217;m really dissapointed Adobe couldn&#8217;t fix this, it&#8217;s been ages. But if you need performance out of imagescaletofit without sacrificing image quality I&#8217;d give 8.0.0 a go :)</p>
<p>Cheers<br />
Mex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elliott</title>
		<link>http://www.elliottsprehn.com/blog/2009/01/14/cfimage-and-imagescaletofit-on-large-images-pegs-cpu/comment-page-1/#comment-16116</link>
		<dc:creator>Elliott</dc:creator>
		<pubDate>Sat, 17 Jan 2009 07:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.elliottsprehn.com/blog/2009/01/14/cfimage-and-imagescaletofit-on-large-images-pegs-cpu/#comment-16116</guid>
		<description>@Azadi

I think they forgot to update the hotfix listing. It does exist:

http://kb.adobe.com/selfservice/viewContent.do?externalId=kb403781</description>
		<content:encoded><![CDATA[<p>@Azadi</p>
<p>I think they forgot to update the hotfix listing. It does exist:</p>
<p><a href="http://kb.adobe.com/selfservice/viewContent.do?externalId=kb403781" rel="nofollow">http://kb.adobe.com/selfservice/viewContent.do?externalId=kb403781</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seb Duggan</title>
		<link>http://www.elliottsprehn.com/blog/2009/01/14/cfimage-and-imagescaletofit-on-large-images-pegs-cpu/comment-page-1/#comment-16115</link>
		<dc:creator>Seb Duggan</dc:creator>
		<pubDate>Thu, 15 Jan 2009 10:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.elliottsprehn.com/blog/2009/01/14/cfimage-and-imagescaletofit-on-large-images-pegs-cpu/#comment-16115</guid>
		<description>Much as I wanted to love the cfimage features in CF8, once I started using it on a production site where users would upload images which were then resized, I went straight back to Efflare&#039;s ImageCR. So much faster...

I do however use cfimage to create CAPTCHAs.</description>
		<content:encoded><![CDATA[<p>Much as I wanted to love the cfimage features in CF8, once I started using it on a production site where users would upload images which were then resized, I went straight back to Efflare&#8217;s ImageCR. So much faster&#8230;</p>
<p>I do however use cfimage to create CAPTCHAs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Azadi Saryev</title>
		<link>http://www.elliottsprehn.com/blog/2009/01/14/cfimage-and-imagescaletofit-on-large-images-pegs-cpu/comment-page-1/#comment-16114</link>
		<dc:creator>Azadi Saryev</dc:creator>
		<pubDate>Thu, 15 Jan 2009 05:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.elliottsprehn.com/blog/2009/01/14/cfimage-and-imagescaletofit-on-large-images-pegs-cpu/#comment-16114</guid>
		<description>I had (and still have) the same issue, I believe...
imageScaleToFit() function in CF8 with HF1 and CFIMAGE HF crashes the server every time on large jpeg images. I ended up un-installing both HF1 and CFIMAGE hotfix, which solved imageScaleToFit crashing, but, of course, re-introduced the image locking bug... but there is a work-around for that out there (http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1&amp;catid=7&amp;threadid=1358449).
I have posted the issue in HoF cf-talk list a while ago with more details: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:57440

I do not see HF2 on the cf hotfixes page on adobe.com... where did you get it (if it is not a typo in your prod server specs)?

Azadi</description>
		<content:encoded><![CDATA[<p>I had (and still have) the same issue, I believe&#8230;<br />
imageScaleToFit() function in CF8 with HF1 and CFIMAGE HF crashes the server every time on large jpeg images. I ended up un-installing both HF1 and CFIMAGE hotfix, which solved imageScaleToFit crashing, but, of course, re-introduced the image locking bug&#8230; but there is a work-around for that out there (<a href="http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1&#038;catid=7&#038;threadid=1358449" rel="nofollow">http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1&#038;catid=7&#038;threadid=1358449</a>).<br />
I have posted the issue in HoF cf-talk list a while ago with more details: <a href="http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:57440" rel="nofollow">http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:57440</a></p>
<p>I do not see HF2 on the cf hotfixes page on adobe.com&#8230; where did you get it (if it is not a typo in your prod server specs)?</p>
<p>Azadi</p>
]]></content:encoded>
	</item>
</channel>
</rss>

