Created
September 17, 2015 01:19
-
-
Save jesusgoku/96741a4f54a341fa0151 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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