RE: CF8 Image manipulation

2009-03-09 Thread Dawson, Michael
Not sure if anyone else has posted this since I started reading this thread... http://www.webresourcesdepot.com/jquery-image-crop-plugin-jcrop/ Thanks, Mike ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic

RE: CF8 Image manipulation

2009-03-09 Thread Terry Troxel
-Original Message- From: Dawson, Michael [mailto:m...@evansville.edu] Sent: Monday, March 09, 2009 6:26 AM To: cf-talk Subject: RE: CF8 Image manipulation Not sure if anyone else has posted this since I started reading this thread... http://www.webresourcesdepot.com/jquery-image-crop-plugin-jcrop

Re: CF8 Image manipulation

2009-03-08 Thread Azadi Saryev
normal 8 handles? what is that? where is it 'normal to see them??? the only thing i can think of where an image has 8 handles when you click on it is M$ applications... and even then it is not always the case... what handles are you talking about? Azadi Saryev Sabai-dee.com

Re: CF8 Image manipulation

2009-03-08 Thread Peter Boughton
Your browser is not an image editor - it cannot manipulate *any* images in this way -regardless of what server-side language/application generated them. To the browser there is no significant difference with the image downloaded from your server and any other image downloaded from the web. If

RE: CF8 Image manipulation

2009-03-08 Thread Terry Troxel
[mailto:az...@sabai-dee.com] Sent: Sunday, March 08, 2009 12:55 AM To: cf-talk Subject: Re: CF8 Image manipulation normal 8 handles? what is that? where is it 'normal to see them??? the only thing i can think of where an image has 8 handles when you click on it is M$ applications... and even

RE: CF8 Image manipulation

2009-03-08 Thread Terry Troxel
AM To: cf-talk Subject: Re: CF8 Image manipulation Your browser is not an image editor - it cannot manipulate *any* images in this way -regardless of what server-side language/application generated them. To the browser there is no significant difference with the image downloaded from your server

Re: CF8 Image manipulation

2009-03-08 Thread Dave Watts
I beg to differ, but I have a cfx_efflare and it allows me to click on an image and crop it on the admin area of my sites. I can click and drag to any part of the image and then resize to my heart's content. The last time I looked at CFX_Efflare, it didn't have any client-side functionality.

RE: CF8 Image manipulation

2009-03-08 Thread Terry Troxel
: Dave Watts [mailto:dwa...@figleaf.com] Sent: Sunday, March 08, 2009 10:44 AM To: cf-talk Subject: Re: CF8 Image manipulation I beg to differ, but I have a cfx_efflare and it allows me to click on an image and crop it on the admin area of my sites. I can click and drag to any part

Re: CF8 Image manipulation

2009-03-08 Thread Peter Boughton
Cropping is easy, because JavaScript can mimic it with transparent/shaded backgrounds, and just send the coordinates of the corner back to the server to perform the actual manipulation. Likewise, normal resizing is also rectangular and easy to mimic in JS. Creating a trapezoid is more

Re: CF8 Image manipulation

2009-03-08 Thread Peter Boughton
Cropping is easy, because JavaScript can mimic it with transparent/shaded backgrounds, and just send the coordinates of the corner back to the server to perform the actual manipulation. Likewise, normal resizing is also rectangular and easy to mimic in JS. Creating a trapezoid is more

CF8 Image manipulation

2009-03-07 Thread Terry Troxel
I am loving the CF8 Image drawing functions, but have a question. Consider this: I have drawn an image and written it to the browser. Has anyone seen a way to click on an image and then get the normal 8 handles and be able to massage the angles by clicking on a corner handle and adusting the