This script creates a watermarked image from an image file (.jpg .gif or .png). The watermark must be a transparent gif or png image. Save the script into watermark.php.
The process of creating the image are:
- Create the image and the watermark image using @imagecreatefromgif, @imagecreatefrompng, or @imagecreatefromjpeg.
- Use the imagecopy to copy part of an image to another image.
You can download the full script here.
Related posts:












3 comment(s)
Track this comments via RSS 2.0 feed. Feel free to post the comment, or trackback from your web site.
i wanted to use this for my site!.. thanks
Cheers!
Just the script that I have been looking for to use with some photos that I want to post on my blog. Thanks!
Any feedback from you?