PHP & Watermarking Images
Posted: Thu Jul 07, 2005 4:57 pm
I need a tutorial on how to watermark an image... here are the details:
The client uploads the pictures to the web server without the watermark. Then we have a PHP file that links to the image file (E.g: <img src="watermark.php?image=image.jpg">) which then adds the watermark to the image. The watermark can be either text or an image... Most likely text that would span across the image... This will prevent people from saving the picture on their computer without purchasing it.
I found this article (http://www.sitepoint.com/article/watermark-images-php) but it places the image at the bottom right which is not what I want... I'd tather it in the center...
Any ideas, scripts or tutorials you know of?
The client uploads the pictures to the web server without the watermark. Then we have a PHP file that links to the image file (E.g: <img src="watermark.php?image=image.jpg">) which then adds the watermark to the image. The watermark can be either text or an image... Most likely text that would span across the image... This will prevent people from saving the picture on their computer without purchasing it.
I found this article (http://www.sitepoint.com/article/watermark-images-php) but it places the image at the bottom right which is not what I want... I'd tather it in the center...
Any ideas, scripts or tutorials you know of?