Skip to content

Instantly share code, notes, and snippets.

@jm3
Created July 12, 2016 16:48
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 jm3/64afb6ef43718a7a32ac7767ebbc054d to your computer and use it in GitHub Desktop.
Save jm3/64afb6ef43718a7a32ac7767ebbc054d to your computer and use it in GitHub Desktop.
create favicon .ICO's at all the common sizes from a source image
convert source.png -define icon:auto-resize=64,48,32,16 favicon.ico
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment