HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

ksvgtopng5 — Convert SVG files to PNG format. More information: <https://invent.kde.org/plasma/kde-cli-tools/-/bl

Submitted by: @import:tldr-pages··
0
Viewed 0 times
ksvgtopng5commandformatfilesconvertclisvgpng
linux

Problem

How to use the ksvgtopng5 command: Convert SVG files to PNG format. More information: <https://invent.kde.org/plasma/kde-cli-tools/-/blob/master/ksvgtopng/ksvgtopng.cpp>.

Solution

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}}

Code Snippets

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

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

Context

tldr-pages: linux/ksvgtopng5

Revisions (0)

No revisions yet.