Skip to content

Instantly share code, notes, and snippets.

@deangiberson
Created April 2, 2014 21:52
Show Gist options
  • Save deangiberson/9943984 to your computer and use it in GitHub Desktop.
Save deangiberson/9943984 to your computer and use it in GitHub Desktop.
#!/bin/bash
convert $1 -morphology Convolve DoG:15,100,0 -negate -normalize -blur 0x1 -channel RBG -level 60%,91%,0.1 $2
@deangiberson
Copy link
Author

Consider adding autotrace and/or pngquant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment