In this tutorial I’m going to show you how to add watermarks to images. The advantages to this script is that it will not effect the original image. So this is the first bit of the code… What this does is defines the functions and retrives the images. $stamp = imagecreatefrompng(’stamp.png’); $im = imagecreatefromjpeg(’photo.jpeg’); Next…What this does is sets the [...]
Continue reading...Friday, October 24, 2008
Here are some Photoshop pictures I have come accross over the years. These are really amazing, and I had to share them. please wait...Rating: 10.0/10 (2 votes cast)
Continue reading...
Tuesday, November 4, 2008
1 Comment