potrace

Convert bitmaps to vector graphics with potrace tracing algorithm

brewmacoslinux
Try with needOr install directly
Source

About

Convert bitmaps to vector graphics

Commands

potracemkbitmap

Examples

Convert a PNG image to SVG vector format$ potrace image.png -o image.svg
Convert bitmap to PostScript with optimized curve fitting$ potrace image.bmp -o image.eps -O2
Pre-process image to reduce colors before tracing$ mkbitmap image.jpg | potrace -o image.svg