Skip to content

Instantly share code, notes, and snippets.

@codeprimate
Created November 28, 2017 16:04
Show Gist options
  • Save codeprimate/c73411300684c228f4249873d244210e to your computer and use it in GitHub Desktop.
Save codeprimate/c73411300684c228f4249873d244210e to your computer and use it in GitHub Desktop.
Create favicon with ImageMagick
convert favicon.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