Re: Cropper Module

2011-07-03 Thread Kalle Korhonen
Yeah I thought so but your question was so open ended that I figured better not to assume anything. I'm not aware of out-of-box Tapestry ui component, but this particular library is prototype/scriptaculous and BSD-licensed, so should be very close to a drop-in addition to your app. The only thing y

Re: Cropper Module

2011-07-03 Thread Mark
Thanks for your reply. Sorry I wasn't more specific. I meant to handle the user interaction for selecting the portion of an image to crop. So a module that makes it easy to integrate something like this: http://www.defusion.org.uk/code/javascript-image-cropper-ui-using-prototype-scriptaculous/

Re: Cropper Module

2011-07-03 Thread Kalle Korhonen
You don't need a Tapestry module to crop images: BufferedImage cropped = bufferedImage.getSubimage(left, top, width, height); Kalle On Sun, Jul 3, 2011 at 5:09 PM, Mark wrote: > Is there a Tapestry Module (or some example code) floating around > anywhere that allows cropping photos? > > Mark >

Cropper Module

2011-07-03 Thread Mark
Is there a Tapestry Module (or some example code) floating around anywhere that allows cropping photos? Mark - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apa