fm_imageresize

Click to Download

Description

A perfect partner to the fm_imagesize function. Resizes the dimensions of a specified image or variable, keeping the original aspect ratio.
 

Usage

<cfset resizefile = fm_imageresize(file.imagewidth,file.imageheight,225)>
<cfoutput>
WIDTH: #resizefile.width#
HEIGHT: #resizefile.height#
</cfoutput>

Featured Links