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/

Mark

On Sun, Jul 3, 2011 at 8:28 PM, Kalle Korhonen
<kalle.o.korho...@gmail.com> wrote:
> 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 <mark-li...@xeric.net> wrote:
>> 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.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to