Here's the deal. I have a graphic image, specifically a map, stored on my server. I want to use PHP to open that image, edit it and add a circle at a certain x-y coordinate on the image, and output the image to the webpage without altering the master image. Is this possible?