Snake wrote: > Couldn't you use JAVA to do it instead of CF, I think ImageMagick uses the > underlying Java Image manipulation methods, maybe you could take a look and > see how they do it.
ImageMagick doesn't use java at all, it uses ImageMagick, which is native operating system code (dll, exe, etc). I could build a java class to do the work but I'm trying to avoid complicating things by requiring the use of jar files and such (even though yes, I know about the URL loaders and stuff) Of course, the gaussian and box blurs are the only place I've had this problem. The Alagad Image Component, which is 100% native CFML, just like ImageCFC, has a blur() method but I don't know if it does a simple blur, gaussian blur, box blur, or what. 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:264059 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

