tldr/pages/linux/ksvgtopng5.md

9 lines
294 B
Markdown
Raw Normal View History

2020-08-19 19:10:09 +01:00
# ksvgtopng5
> Convert SVG files to PNG format.
> More information: <https://invent.kde.org/plasma/kde-cli-tools/-/blob/master/ksvgtopng/ksvgtopng.cpp>.
2020-08-19 19:10:09 +01:00
- Convert an SVG file (should be an absolute path) to PNG:
`ksvgtopng5 {{width}} {{height}} {{path/to/file.svg}} {{output_filename.png}}`