Convert bitmap images to scalable vector graphics automatically
Convert bitmap to vector graphics
autotrace$ autotrace -output-file output.svg input.png$ autotrace -output-file output.eps input.bmp$ autotrace -color-count 256 -output-file output.svg input.jpg$ autotrace -output-format ps input.png > output.ps$ autotrace -error-threshold 2.0 -output-file logo.svg logo.png