I just ran a scale test and nothing got cropped. It simply scaled the image down to the width I needed, preserving the entire photo. so that's perfect. Then I can just crop a section beginning from a set point from the upper left. It wont be precisely center every time, but it will be close enough for this.
Thank you!!!! On Fri, Apr 3, 2009 at 1:57 PM, Casey Dougall < [email protected]> wrote: > > Well if you run getImageInfo() first, from that figure out if X is larger > than Y, you can can initially scale by one or other to desired width or > height, then crop what ever may be left over. > > So if your pic area is 200 x 300 (vertical) and the photo submitted is > actually a horizontal image, you will scale to y and crop x. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:293889 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
