Hi,
Is this actually possible in php:
I have an image created on my pc (a fantasy map of some lands) and I upload it, then I want to insert some text into that map on the fly. (The names of some city's for example)
So actually I want php to do:
Get the map (not overwrite the existing map)
Put some text on it
Make the new image in a file.
Display the new image
Can anyone explain me how to do this (if possible)
Thanks,
Alain