Created
September 18, 2018 15:23
-
-
Save juanmanuelramallo/fd39c53d3e7476503d6cfa1dcb5127ed to your computer and use it in GitHub Desktop.
How to convert a svg to ico
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
convert -density 384 -background transparent logo.svg -format ico -resize 32x32 favicon.ico |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With imagemagick