问题
Starting out with a given image, I would like to be able to trace polygons on the image and then export the result as an HTML image map.
What would also be nice is to be able change the scale of an existing image map, thereby changing the size of the polygons and shapes.
Is there a program that anyone knows of that has these features?
回答1:
Many program do this. It is to time consuming doing complicated maps manually. I know coffeecup is a used tool for this.
回答2:
What would also be nice is to be able change the scale of an existing image map ..
I wrote a Javascript image map resizer, it's here. Just paste in your HTML and it will return the scaled image map. You must include "height" and "width" attributes for the original image in the HTML. (This is a quick and dirty tool, it doesn't actually do anything other than parse the HTML you've pasted in. It uses those attributes as the base of calculations).
You may also be interested in my jQuery plugin ImageMapster which can resize image maps dynamically among other things.
回答3:
I use this site it's fairly good for quickly making image-maps
来源:https://stackoverflow.com/questions/8105528/html-image-maps-is-there-an-easy-way-to-create-and-modify-them