-1

I have an image which i used as a template in php script .I have to edit certain portions of that image and add some text,pictures on that image during runtime.Now the problem is the image is to be modified at a large(but predefined) number of locations ,so i would have to hard code a large number of coordinates in the script. Is there any tool that can help in achieving the same task. or any other alternative ??

mukesh
  • 726
  • 1
  • 11
  • 27
  • I would suggest simply opening paint, and hovering your cursor over the points of the image which you need to use and then reading the coordinate data from there. – Sam Becker May 27 '11 at 04:57

1 Answers1

1

if you already have a set of predefined location, and you are on php, you can use php's imagick library

Awais Qarni
  • 17,492
  • 24
  • 75
  • 137
Gary Tsui
  • 1,755
  • 14
  • 18