Skip to content

Instantly share code, notes, and snippets.

@zhangyuan
Created October 13, 2012 07:26
Show Gist options
  • Save zhangyuan/3883655 to your computer and use it in GitHub Desktop.
Save zhangyuan/3883655 to your computer and use it in GitHub Desktop.
Generate favicon with ImageMagick
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