Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save n0toose/fa8a5cfd008dd1e8f18362fba2efe460 to your computer and use it in GitHub Desktop.
Save n0toose/fa8a5cfd008dd1e8f18362fba2efe460 to your computer and use it in GitHub Desktop.
Convert PNG to favicon.ico with multiple different dimensions
optipng image.png
convert image.png -define icon:auto-resize=16,32,48,57,64,96,128,144,192,196,256 favicon.ico
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment