Filter ran pretty fast, but the image took forever to display. Drawing in over about 20 seconds. Are you flushing the page or something? The image was only about 45k
<!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --------------//---------> -----Original Message----- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 13, 2006 10:14 AM To: CF-Talk Subject: Re: Code Comparison: Java - CF (Sorry if I accidentally sent this twice.. the first one had "20" in the first URL and it should've been "2") Here's a super fast blur: http://www.opensourcecf.com/imagecfc/thumbnail_test/blur.cfm?amount=2&iterat ions=1 Of course, the java convolveop doesn't really deal with edges very well.. so the outside #amount# pixels of the image are not blurred... it's not really noticeable for small amounts, like 2, and you can simulate larger blur amounts by just doing it multiple times.. though at a certain point it looks like it starts to noticable distort the edges. http://www.opensourcecf.com/imagecfc/thumbnail_test/blur.cfm?amount=2&iterat ions=25 Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263947 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

