Create inkscape.md
parent
b76b45f491
commit
692e506c6f
|
@ -0,0 +1,11 @@
|
||||||
|
# [inkscape](https://gitlab.com/inkscape/inkscape)
|
||||||
|
|
||||||
|
Convert `.svg` to `.png`:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
# version < 1.0
|
||||||
|
inkscape -z -w 1024 -h 1024 input.svg -e output.png
|
||||||
|
|
||||||
|
# version >= 1.0
|
||||||
|
inkscape -w 1024 -h 1024 input.svg --export-filename output.png
|
||||||
|
```
|
Loading…
Reference in New Issue