Michele Garcia sent this one. It's cool how php can generate an image with dynamic text overlayed on top.
Monday, March 20, 2006
Subscribe to:
Post Comments (Atom)
I have started this blog to keep track of all the interesting stuff I read about. In some cases, friends of mine have shared their cool stuff with me. I try to keep the headlines and descriptions short, so you must follow the links to read and decide for yourself if a topic is worth your time. Want to contribute? Just comment on any of the stories and I will be notified instantly.
2 comments:
It's not quite dynamic text, the text you enter retrieves a section of a GIf character file (not a font) to display (dynamic image over image). PHP can do dynamic text with GD (ASP = GDI).
ASP can do it too, many samples on www.ImageGenerator.org (5,000 image making templates).
Post a Comment