RSS

Tag Archive | "Reflections"

Reflections Using The GD - PHP

Saturday, September 13, 2008

2 Comments

In this tutorial I’m going to show you how to make reflections using the GD just like the image below. So here is a walk-through of the code… The first bit is defining the image you want to reflect… $im = 'yourimage.gif'; The second bit gets the size of the inputted image to make sure it is reflected correctly. $size [...]

Continue reading...