mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 07:00:35 +00:00
Update cheatsheets
This commit is contained in:
13
linux/ksvgtopng5
Normal file
13
linux/ksvgtopng5
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user