Skip to content

Instantly share code, notes, and snippets.

@elliotlarson
Created January 8, 2017 20:34
Show Gist options
  • Save elliotlarson/f2854e0c3768d02bdd1a1063b2f7a332 to your computer and use it in GitHub Desktop.
Save elliotlarson/f2854e0c3768d02bdd1a1063b2f7a332 to your computer and use it in GitHub Desktop.
Create favicon from PNG
convert my-image.png -define icon:auto-resize=128,64,48,32,16 favicon.ico
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment