Skip to content

Instantly share code, notes, and snippets.

@kawanet
Created March 18, 2023 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kawanet/734f8906fb97a1a700f160c8d5d7cac5 to your computer and use it in GitHub Desktop.
Save kawanet/734f8906fb97a1a700f160c8d5d7cac5 to your computer and use it in GitHub Desktop.
SVG を favicon.ico に変換する
#!/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