I'm creating a website which requires the images in the site's Gallery to be watermarked. I'd prefer the watermark to get added programatically when the image gets uploaded to the application (via it's web interface) than to manually add it before we do the upload.
Are there any simple ways (perhaps an image library?) that will allow me to do this?
I'm building the site in Grails, so a Groovy or Java solution would be great.