Created
March 31, 2017 17:24
-
-
Save jonjaques/61a4a91e8fd5e67cf0f8030ef6b8de6e to your computer and use it in GitHub Desktop.
Create .ICO / Favicon with multiple resolutions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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