Thanks for confirming, Rick. I really just wanted to know if there was anything beyond what was obvious.
> -----Original Message----- > From: Rick Root [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 18, 2006 6:05 PM > To: CF-Talk > Subject: Re: imageCFC: Scale x/y vs Resize > > Michael E. Carluen wrote: > > Rick R (or anyone familiar): I was wondering what the main differences > > between scaleX/scaleY versus Resize in terms of image output quality. I > am > > aware of the obvious difference that Resize needs both width and height > > arguments, and scaleX only needs the desired width etc. > > > resize allows you to resize an image OR scale an image, depending on the > arguments. Scaling an image means resizing to a specific width or > height, and keeping the aspect ratio the same. > > The scaleX and scaleY metods don't actually do anything but make calls > to the resize() method with the appropriate arguments. > > Rick > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:247002 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

