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

Reply via email to