My Projects
Search Blog

Categories
Archives
Useful Links
Photo Albums
RSS

Powered by
BlogCFM v1.15

Vivio Technologies CFML Hosting
08 December 2006
ImageCFC 2.0 Released

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:

  • readImage() and writeImage() are now public methods.
  • 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.
  • changed scaleX() to scaleWidth()
  • changed scaleY() to scaleHeight()
  • 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)
  • You can turn text antialiasing on and off, or change the interpolation mode now using the setOption() method.
  • 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.

Posted by rickroot at 11:36 PM | Link | 3 comments
Subscription Options

You are not logged in, so your subscription status for this entry is unknown. You can login or register here.

Re: ImageCFC 2.0 Released
Hey have you tested with Railo? That i would really appreciate, if ImageCFC is railo compatible.
Posted by jeffg on December 11, 2006 at 12:39 PM

Re: ImageCFC 2.0 Released
Haven't tested it. Feel free. I don't have or use Railo.
Posted by rickroot on December 11, 2006 at 1:07 PM

Re: ImageCFC 2.0 Released
I love the documentation!
Posted by 7079 on December 13, 2006 at 6:20 PM

Post a comment (login required)