autotrace

Convert bitmap images to scalable vector graphics automatically

brewmacoslinux
Try with needOr install directly
Source

About

Convert bitmap to vector graphics

Commands

autotrace

Examples

convert PNG image to SVG vector format$ autotrace -output-file output.svg input.png
trace bitmap and save as EPS vector file$ autotrace -output-file output.eps input.bmp
convert image to vector with color preservation$ autotrace -color-count 256 -output-file output.svg input.jpg
trace image and output as PostScript format$ autotrace -output-format ps input.png > output.ps
convert logo to vector with edge detection tuning$ autotrace -error-threshold 2.0 -output-file logo.svg logo.png