Guest User

Untitled

a guest
Jan 17th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. convert input.png temp.pnm
  2. potrace temp.pnm -s -o output.svg
  3.  
  4. potrace temp.pnm -s -t0 -u1 -o output.svg
  5.  
  6. convert input.png -scale 200% temp.pnm
  7. potrace temp.pnm -s -o output.svg
Add Comment
Please, Sign In to add comment