Re: CF8, visual cropping tools?

2007-09-05 Thread todd sharp
 Sorry I have not had the time to write some proper documentation yet - 
 it is on the short term to-do list I promise :) 

Tag is now documented:

http://cfsilence.com/blog/client/index.cfm/2007/9/4/cfImageCropper-Updated 

~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287846
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF8, visual cropping tools?

2007-09-02 Thread todd sharp
Sorry I didn't see this thread earlier - I wrote the tag and yes you can 
constrain the crop area - take a look at test2.cfm in the download or see this 
demo:

http://www.coldfusionjedi.com/demos/sharp/cfImageCropper/test/test2.cfm

Sorry I have not had the time to write some proper documentation yet - it is on 
the short term to-do list I promise :) 

~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287643
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CF8, visual cropping tools?

2007-08-16 Thread Andy Matthews
Yes...in fact:

http://cfsilence.com/blog/client/index.cfm/2007/8/2/Introducing-cfImageCropp
er--Custom-Tag-For-Client-Side-Image-Cropping 

-Original Message-
From: LHWH Interactive [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 16, 2007 9:09 AM
To: CF-Talk
Subject: CF8, visual cropping tools?

Without re-inventing the wheel, does anyone know of some visual cropping
tools that take advantage of CF8's cropping ability?
Something that shows you the image you just uploaded, with some sort of
visual overlay that allows you to draw a square over the area you want to
crop, then passes the coordinates into the crop function.

I figured I'd ask here before undertaking the creation of one in Flash...



~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286359
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8, visual cropping tools?

2007-08-16 Thread Eric Cobb
LHWH Interactive wrote:
 Without re-inventing the wheel, does anyone know of some visual
 cropping tools that take advantage of CF8's cropping ability?
 Something that shows you the image you just uploaded, with some sort
 of visual overlay that allows you to draw a square over the area you
 want to crop, then passes the coordinates into the crop function.

 I figured I'd ask here before undertaking the creation of one in Flash...

 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286361
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF8, visual cropping tools?

2007-08-16 Thread LHWH Interactive
Okay, so here's the monkey wrench, and without digging TOO deeply into
your awesome custom tag (which rules, by the way)...

What I'd REALLY like to do is restrict the size of the crop. Let's
say when you click on the image, size the crop area to 250 X 200 and
let them move the crop area around.

Even better would be to restrict the aspect ratio, then resize. So in
the example above, I'd restrict the ratio to 2.5 X 2 and just crop AND
resize...

Sound like something I'd be able to easily accomplish with this tag?


On 8/16/07, Andy Matthews [EMAIL PROTECTED] wrote:
 Yes...in fact:

 http://cfsilence.com/blog/client/index.cfm/2007/8/2/Introducing-cfImageCropp
 er--Custom-Tag-For-Client-Side-Image-Cropping

 -Original Message-
 From: LHWH Interactive [mailto:[EMAIL PROTECTED]
 Sent: Thursday, August 16, 2007 9:09 AM
 To: CF-Talk
 Subject: CF8, visual cropping tools?

 Without re-inventing the wheel, does anyone know of some visual cropping
 tools that take advantage of CF8's cropping ability?
 Something that shows you the image you just uploaded, with some sort of
 visual overlay that allows you to draw a square over the area you want to
 crop, then passes the coordinates into the crop function.

 I figured I'd ask here before undertaking the creation of one in Flash...



 

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286362
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: CF8, visual cropping tools?

2007-08-16 Thread Andy Matthews
I believe that custom tag allows you to preserve the aspect ratio. It's not
mine by the way...just something I found online. That's not my blog either. 

-Original Message-
From: LHWH Interactive [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 16, 2007 9:38 AM
To: CF-Talk
Subject: Re: CF8, visual cropping tools?

Okay, so here's the monkey wrench, and without digging TOO deeply into your
awesome custom tag (which rules, by the way)...

What I'd REALLY like to do is restrict the size of the crop. Let's say
when you click on the image, size the crop area to 250 X 200 and let them
move the crop area around.

Even better would be to restrict the aspect ratio, then resize. So in the
example above, I'd restrict the ratio to 2.5 X 2 and just crop AND resize...

Sound like something I'd be able to easily accomplish with this tag?


On 8/16/07, Andy Matthews [EMAIL PROTECTED] wrote:
 Yes...in fact:

 http://cfsilence.com/blog/client/index.cfm/2007/8/2/Introducing-cfImag
 eCropp er--Custom-Tag-For-Client-Side-Image-Cropping

 -Original Message-
 From: LHWH Interactive [mailto:[EMAIL PROTECTED]
 Sent: Thursday, August 16, 2007 9:09 AM
 To: CF-Talk
 Subject: CF8, visual cropping tools?

 Without re-inventing the wheel, does anyone know of some visual 
 cropping tools that take advantage of CF8's cropping ability?
 Something that shows you the image you just uploaded, with some sort 
 of visual overlay that allows you to draw a square over the area you 
 want to crop, then passes the coordinates into the crop function.

 I figured I'd ask here before undertaking the creation of one in Flash...



 



~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286364
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CF8, visual cropping tools?

2007-08-16 Thread LHWH Interactive
On 8/16/07, Andy Matthews [EMAIL PROTECTED] wrote:
 I believe that custom tag allows you to preserve the aspect ratio. It's not
 mine by the way...just something I found online. That's not my blog either.

Thanks Andy, apologies for heaping false praise ;-)

In the interim, I had gone and looked at the JS source and had seen
that the source that this was based on actually allowed that as
well... awesome. This is a really great little tool!

~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286371
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: CF8, visual cropping tools?

2007-08-16 Thread Andy Matthews
Yeah...I was really happy to find it. It's very well done. 

-Original Message-
From: LHWH Interactive [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 16, 2007 10:35 AM
To: CF-Talk
Subject: Re: CF8, visual cropping tools?

On 8/16/07, Andy Matthews [EMAIL PROTECTED] wrote:
 I believe that custom tag allows you to preserve the aspect ratio. 
 It's not mine by the way...just something I found online. That's not my
blog either.

Thanks Andy, apologies for heaping false praise ;-)

In the interim, I had gone and looked at the JS source and had seen that the
source that this was based on actually allowed that as well... awesome. This
is a really great little tool!



~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286373
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4