PHP script to convert text string to image
PHP script to write email address into a image
I was after a php script that dynamically converts text to image and finally i decided to code on my own. It also does convert small length text to image like names, emails etc..
This script automatically calculates the width of text into pixels inserts the PNG or gif image.
this is a string to <
>
To call the script for dynamically generating an image just use the html code
<img src="txt2img.php?text=<? echo $str ?>" …

