Skip to content

Instantly share code, notes, and snippets.

@vectorsize
Created October 22, 2014 10:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vectorsize/565e243bceddeceeb5f6 to your computer and use it in GitHub Desktop.
Save vectorsize/565e243bceddeceeb5f6 to your computer and use it in GitHub Desktop.
Oneliner to copy picture, trace it with potrace and open on preview app
pbpaste | convert - bmp:- | potrace - -o - -b pdf | open -a /Applications/Preview.app -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment