1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 15:19:43 +01:00
tldr/pages/linux/ksvgtopng5.md
2021-03-29 11:42:12 +02:00

294 B

ksvgtopng5

Convert SVG files to PNG format. More information: https://invent.kde.org/plasma/kde-cli-tools/-/blob/master/ksvgtopng/ksvgtopng.cpp.

  • Convert an SVG file (should be an absolute path) to PNG:

ksvgtopng5 {{width}} {{height}} {{path/to/file.svg}} {{output_filename.png}}