Skip to content

Instantly share code, notes, and snippets.

@novogrammer
Last active December 13, 2024 03:25
Show Gist options
  • Select an option

  • Save novogrammer/81bb01e9874301d40e258d1a4b90200b to your computer and use it in GitHub Desktop.

Select an option

Save novogrammer/81bb01e9874301d40e258d1a4b90200b to your computer and use it in GitHub Desktop.
imagemagickでfavicon.icoを作成する
#!/bin/bash
# SVGからの変換はPhotoshopでやったほうがいい
# convert favicon.svg -resize 32x32 favicon.png
convert favicon.png -define icon:auto-resize=16,32 favicon.ico
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment