Hi all,

http://www.opensourcecf.com/imagecfc

I've got my new image.cfc component ready for public consumption.  I'm 
calling it "2.00 beta 1" right now.  2.00 because it's based on Jim 
Dew's original work.  Beta because it's not thoroughly tested.

It *HAS* been tested on CFMX 7 (Windows and Linux) and Bluedragon 6.2 JX 
(Linux).  Should also work on CFMX 6.1.

The most important feature is that it supports specifying JPEG 
compression, allowing you to increase your output quality as long as 
you're willing to accept he increase in file size.

The CFC includes the following methods:

getImageInfo(), rotate(), scaleX() scaleY(), resize(), flipHorizontal(), 
flipVertical(),  crop(), and convert()

It will read JPG, PNG, and GIF images from local files or from URLS.  It 
will write JPG and PNG files.  Any valid readable format can be 
converted to a valid writeable format.

All functions can take a file, URL, or BufferedImage object as input. 
All functions can output a file OR  return a BufferedImage object.

all functions optionally accept a JPEG compression argument, a number 
between 0 and 100.  The default is 90.

Rick Root

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:231282
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to