I have a script which creates a very simple image on the fly, using an array from a seperate file. It displays the 5 previous songs I have listened to in iTunes.
However, I'm trying to code it for use as a forum and myspace image, so it needs to be an acceptable file for both cases. Preferably a jpeg or gif.
Is it possible to output the final result from the GD code to a seperate image file that is updated on time-schedules, or processing a jpeg file as php coding in a way which would allow the image to be displayed?
Thanks,