Created
July 12, 2016 16:48
-
-
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
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
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