Hello people.
Do you know e.g. Zamorak's signature? It's a dynamic php picture.
But now look at mine. It's a normal jpg. What I want to do is to make my signature change (on the server) every , umm, e.g. 5 seconds randomly the color. Now it's black, then blue, then red, then organe aso.
So you load a page, the picture is e.g. blue. Now you wait some seconds (e.g. 5) and reload the page. It's e.g. red now.
So the php-script should have something like that:
1. Loads a picture from a picture file (mine current)
2. Colorizes it (there is only black to change to another color)
3. Pastes it as a regural png file (coz of the transparency)
Does anyone have an idea???