Adding watermark/copyright on upload

flyboeing 15 Nov, 2010
Hello all,
I am looking for some kind of way to add a watermark image or copyright text to my photos. In my uploadform I select my photo, fill in the missing data (date when photo was taken, location, etc) and after I press "submit" the photo is stored on the server, without any form of copyright/watermark.

Is it possible to add a watermark/copyright image/text to the uploaded photo during the uploading process?
GreyHead 17 Nov, 2010
Hi flyboeing,

I've never tried to do it but I imagine that it is possible. You'd need to add code to one of the onsubmit boxes to process the image. Google for a PHP GD script that will create the watermark.

Bob
flyboeing 19 Nov, 2010
Sorry for replying so late, but thanks for your answer!
I will take a look at Google's result about PHP and GD.
This topic is locked and no more replies can be posted.