Skip to content

Instantly share code, notes, and snippets.

@jpwain
Created June 30, 2017 23:14
Show Gist options
  • Save jpwain/abf0ed6df17ef3836f9aed7565b9167c to your computer and use it in GitHub Desktop.
Save jpwain/abf0ed6df17ef3836f9aed7565b9167c to your computer and use it in GitHub Desktop.
How to reduce favicon size
Make PNGs at various sizes.
Merge with imagemagick `convert favicon16.png favicon32.png favicon.ico`
Reduce colorspace `convert -colors 4 favicon.ico favicon2.ico`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment