# [imagemagick](https://github.com/ImageMagick/ImageMagick)
Convert `.svg` to `.png`:
```sh
convert input.svg output.png
```