Last active
December 8, 2022 15:52
-
-
Save tomwhipple/86374ce5411d03c6b5cce164676d8858 to your computer and use it in GitHub Desktop.
Create favicon from png
This file contains 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
# assumes imagemagick is present | |
convert logo.png -alpha on -resize 192x192 -define icon:auto-resize="64,32,24,16" -background none favicon.ico |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment