RSS

Tag Archive | "gd"

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...

Text To Image - PHP

Tuesday, August 26, 2008

3 Comments

In this tutorial I will show you how to transform text into an image using PHP. To show the text you need to go to the php file in your web browser and type ?text=words on the end of it. For example: www.yoursite.com/pageurl.php?text=words” This will then show “words” as an image. You can be lazy and just [...]

Continue reading...