Convert bitmaps to vector graphics with potrace tracing algorithm
Convert bitmaps to vector graphics
potrace
mkbitmap
$ potrace image.png -o image.svg
$ potrace image.bmp -o image.eps -O2
$ mkbitmap image.jpg | potrace -o image.svg