Is it possible to use PHP to take an image and overlay a number of smaller images ontop of the image before displaying it on a standard web page. The overlaid images will just be little coloured circles with a different number in each.
I tried hunting the web but couldn't find an answer. I can do this in Java but I didn't want to take that route.
Cheers for any suggestions.