Created
March 18, 2023 13:35
-
-
Save kawanet/734f8906fb97a1a700f160c8d5d7cac5 to your computer and use it in GitHub Desktop.
SVG を favicon.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
#!/usr/bin/env bash | |
convert -background none image.svg -define icon:auto-resize=64,48,32,16 favicon.ico |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment