Skip to content

Instantly share code, notes, and snippets.

@jacekbj
Last active August 10, 2022 07:31
Show Gist options
  • Save jacekbj/58193d19992b6c601353e6e0cc404019 to your computer and use it in GitHub Desktop.
Save jacekbj/58193d19992b6c601353e6e0cc404019 to your computer and use it in GitHub Desktop.
ImageMagick

convert SVG to PNG with transparency

convert -background none "logo (1).svg" logo-wc.png

resize image (set width to 100px, preserve aspect ratio)

convert in.jpg -resize 100 out.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment