--- Wade Smart <[EMAIL PROTECTED]> wrote:

> Im starting a new project with a security firm and Im trying to simply a 
> lot of their horrific ways of doing things.
> 
> One of the things I thought about is how they watermark their security 
> images. They use a piece of software that costs thousands per year in 
> licensing fees just to watermark images. So I started to look into doing 
> this with php.
> 
> I quickly came across many different tutorials on this but I quickly 
> realized that they were applying a static watermark.
> 
> What Im working on right now is, for every image that is taken I must 
> imprint the time, date, and location of the image in the bottom right 
> hand corner.
> 
> I ran some more searches but Im not coming up with anything.
> 
> Anyone got any tutorial links for something like this?
> 
> Wade

You can do this with the GD library (preferably 2.0+) and PHP functions or
ImageMagick with some command line tools (ie use PHP functions like system() or
exec() with very good validation of the variables you pass to the command
line).

James

Reply via email to