Click to See Complete Forum and Search --> : Putting Code In Graphics


bajanboost
11-24-2005, 04:39 AM
I have noticed that some people are able to make graphics that are dynamic, as in they contain code and when you save them, they become a static image.

Any idea?

Some Examples:
--------------
http://www.danasoft.com/vipersig.jpg

<a href=http://profile.xfire.com/virology><img src=http://miniprofile.xfire.com/bg/bg/type/0/virology.png width=440 height=111></a>

Robert Wellock
11-24-2005, 11:36 AM
Server-Side Generation via PHP scripts - it does the text before generating the PNG.

FromU2ME
12-05-2005, 12:38 PM
You can create the image by coding in PHP, Perl, ASP, C etc. if you have an appropriate image creating program, such as GD (http://www.boutell.com/gd/).