RE: Image Crop/Resize Tool

2012-02-25 Thread Bobby Hartsfield
+2000 .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Raymond Camden [mailto:raymondcam...@gmail.com] Sent: Friday, February 24, 2012 4:28 PM To: cf-talk Subject: Re: Image Crop/Resize Tool Like so? http

Re: Image Crop/Resize Tool

2012-02-25 Thread Akos Fortagh
Maybe this one? http://deepliquid.com/projects/Jcrop/demos.php I've implemented Jcrop before using ColdFusion, it's pretty simple to do. Jcrop will pass the x,y,width and height coordinates you need to crop the image in url variables. Then you can do: cfset x = #url.x# cfset y = #url.y# cfset w

Re: Image Crop/Resize Tool

2012-02-24 Thread Raymond Camden
Like so? http://cfimagecropper.riaforge.org/ On Fri, Feb 24, 2012 at 3:19 PM, Robert Harrison rob...@austin-williams.com wrote: Does anyone know of a decent utility or CF compatible code that could be used to help users resize/crop the images they've uploaded.  I know I could use CFIMAGE