Created
October 13, 2012 07:26
-
-
Save zhangyuan/3883655 to your computer and use it in GitHub Desktop.
Generate favicon with ImageMagick
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 favicon.png -colors 256 -resize 32x32 -transparent white favicon.ico |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment