Skip to content

Instantly share code, notes, and snippets.

@jesusgoku
Created September 17, 2015 01:19
Show Gist options
  • Save jesusgoku/96741a4f54a341fa0151 to your computer and use it in GitHub Desktop.
Save jesusgoku/96741a4f54a341fa0151 to your computer and use it in GitHub Desktop.
# With ImageMagick and Potrace
convert input.jpg output.ppm
potrace -s output.ppm -o svgout.svg
# With AutoTrace
autotrace -output-file ouput.svg -output-format svg --color-count 4 input.bmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment