422
422

Reputation: 5770

Convert PNG image to SVG / Vector

We are desperate to convert an image so that it can be used as an image map. Everything I have tried, really doesnt cut the mustard. I havent the experience to work at very high resolutions.. plus I dont know the terminology and neither have the skills or resources to invest in learning how to do this, knowing many others on here and the internet have far greater experience.

I have downloaded and played with Inkscape, but really am going round in circles...

So thought I would ask here.

What I am after is similar to Raphael Australia Map or David Lynchs, http://davidlynch.org/js/maphilight/docs/demo_usa.html

No frills, no effects, just change the state color of the map on hover and retain that event on click.

Here is what we have ...

What we have is a MAP like this. enter image description here

We lost the original file, which was pure gray. I have this left :(

Anyway, we want it so that each state ( including the territory ACT ) not indicated on the above map, represented in pink #ec008c . On hover

Map needs to be FLAWLESS !! Also require that any imagery must be png and transparent bg.

Must remain exact size as above. Must be extremely accurate on svg coordinates, and optionally would like the STATE text to appear , like the QLD is shown on the image above, but not wholly necessary.

Can anyone point me in the right direction please.

Upvotes: 3

Views: 6357

Answers (4)

anumi
anumi

Reputation: 3947

I have obtained extraordinary results with https://vectormagic.com/ , which can be tried online.

Upvotes: 1

frank
frank

Reputation: 81

try to use this tool, its the potrace part to trace pixelpictures in inkscape with many features. potrace traces pictures from commandline

Upvotes: 1

Peter Collingridge
Peter Collingridge

Reputation: 10979

Have you tried Path > Trace Bitmap in Inkscape? If you play with the settings you should be able to get a decent vectorised image.

Upvotes: 7

Related Questions