Created
June 30, 2017 23:14
-
-
Save jpwain/abf0ed6df17ef3836f9aed7565b9167c to your computer and use it in GitHub Desktop.
How to reduce favicon size
This file contains hidden or 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
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