import recipes: todo add to site
This commit is contained in:
parent
3e4932f921
commit
33de49464e
10 changed files with 160 additions and 0 deletions
5
todo-recipes/svg-to-png.md
Normal file
5
todo-recipes/svg-to-png.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# SVG rasterization (to PNG)
|
||||
|
||||
```bash
|
||||
rsvg-convert --keep-aspect-ratio -w 1024 -h 1024 infile.svg outfile.png
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue