Skip to content

Instantly share code, notes, and snippets.

@SaifAqqad
Forked from azam/svg2ico.sh
Last active March 9, 2024 18:06
Show Gist options
  • Save SaifAqqad/f1cdcb73b87bf3534a93467c09b395e6 to your computer and use it in GitHub Desktop.
Save SaifAqqad/f1cdcb73b87bf3534a93467c09b395e6 to your computer and use it in GitHub Desktop.
Convert SVG to ICO using ImageMagick, with transparent background and multi-size icons
magick convert -density 384 -background transparent -fill "#FFFFFF" -colorize 100 icon.svg -define icon:auto-resize -colors 256 icon.ico
@SaifAqqad
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment