Mobile app version of vmapp.org
Login or Join
Odierno310

: How do I convert an image into vector path and then get the coordinates? I am new to photoshop and trying to convert this image into vector path and then get its co-ordinates. After I get

@Odierno310

Posted in: #AdobeIllustrator #AdobePhotoshop #Export #Vector

I am new to photoshop and trying to convert this image into vector path and then get its co-ordinates.



After I get the co-ordinates i will use it to develop an interactive object for a web application.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Odierno310

1 Comments

Sorted by latest first Latest Oldest Best

 

@Kimberly620

You could simply copy the path to Illustrator and export as SVG. The coordinates are in somewhat human readable format inside the SVG file, just open it in a text editor.

Of course, the path is a Bezier curve so "point" data may not be in a form that you expected. You can pre-process the path in illustrator to be a polygon by running add anchor points a few times and then simplify to straight segments. This way the list in the SVG is actually points on path.

You can also pull out point info by script, no big deal there. Its just that your use case is a bit opaque so i'm not going to go into this since i wouldnt know what the script should do.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme