Text + Image = Image
Create an image from a text
Image creation
This program illustrate the power of the GD Graphic Library (an ANSI C library for the dynamic creation of images)
enhanced with a custom created graphical font.
Enter a word and the program will "transform" it into an image.
The original script is by Kai 'Oswald' Seidler at apachefriends.org, author of XAMPP, the excellent Apache distribution.
Modifications and enhancements by Yellowpipe.com
The True Type Font TEXTIMAGE.TTF is by Francois Aleta.
How to install a font on Windows
1. Save the font file (TEXTI___.TTF) on your computer (Right-Click, "Save link as")
2. Click Start, and then click Run
3. Type %windir%\fonts, and then click OK
4. Drag and drop the font file in the WINDOWS\font folder. The font will install automatically
5. Use TextImage.ttf in your favorites text applications
2. Click Start, and then click Run
3. Type %windir%\fonts, and then click OK
4. Drag and drop the font file in the WINDOWS\font folder. The font will install automatically
5. Use TextImage.ttf in your favorites text applications
Related links: Installing font on Windows


