Skip to content

Instantly share code, notes, and snippets.

@jonjaques
Created March 31, 2017 17:24
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 jonjaques/61a4a91e8fd5e67cf0f8030ef6b8de6e to your computer and use it in GitHub Desktop.
Save jonjaques/61a4a91e8fd5e67cf0f8030ef6b8de6e to your computer and use it in GitHub Desktop.
Create .ICO / Favicon with multiple resolutions
> brew install imagemagick
> convert icon-16px.png icon-32px.png icon-64px.png icon-128px.png favicon.ico
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment