I've completed imageCFC version 2.0 Numerous changes since beta 3... and unfortunately some of the changes will break your code if you're using image.cfc 2.0 beta.
http://www.opensourcecf.com/imagecfc NEW (REAL) DOCUMENTATION! http://www.opensourcecf.com/imagecfc/docs/imageCFC.cfm This release includes a few bug changes plus the following changes: o readImage() and writeImage() are now public methods. o writeImage() method writes to temp directory and then uses cffile to move image to its final destination. This corrects a known issue where resizing an image down and saving it to the same file did not actually reduce the physical file size. o changed scaleX() to scaleWidth() o changed scaleY() to scaleHeight() o Added optional preserveAspect argument to resize() method (allowing you to resize an image to fit within a certain width and height without messing with the aspect ratio) o You can turn text antialiasing on and off, or change the interpolation mode now using the setOption() method. o WROTE REAL API DOCUMENTATION! There are a variety of other fixes and minor enhancements. Please see the full change log on the site for details. 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:263397 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

