autotrace

Convert bitmap images to scalable vector graphics

brewmacoslinux
Try with needOr install directly
Source

About

Convert bitmap to vector graphics

Commands

autotrace

Examples

Convert a PNG image to SVG format$ autotrace -output-file output.svg input.png
Convert bitmap to EPS with color preservation$ autotrace -output-format eps -color input.bmp -output-file output.eps
Trace image with specific threshold value$ autotrace -threshold 0.5 -output-file result.svg input.jpg