Skip to content

Instantly share code, notes, and snippets.

@vnau
Last active December 14, 2017 15:52
Show Gist options
  • Save vnau/00156b0ab76e11d4bbcea59023a5bf20 to your computer and use it in GitHub Desktop.
Save vnau/00156b0ab76e11d4bbcea59023a5bf20 to your computer and use it in GitHub Desktop.
Convert SVG icon with transparent background to ICO file format using ImageMagick
convert -density 384 -background transparent -define icon:auto-resize -colors 256 icon.svg icon.ico
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment