3 releases
0.2.2 | May 29, 2020 |
---|---|
0.2.1 | May 29, 2020 |
0.2.0 | May 29, 2020 |
#235 in #svg
25KB
508 lines
krita-to-svg
This is a simple tool to convert a Krita .kra
file into
a .svg
file.
How to install?
In your terminal, run this command:
cargo install krita-to-svg
How to use it?
This program takes a Krita file as its first argument, and takes an output SVG as its second optional argument.
If the second argument isn’t set, it will output to stdout
instead.
krita-to-svg input.kra output.svg
is equivalent to
krita-to-svg input.kra > output.svg
You can also use it as an Inkscape extension, for that copy the file
krita.inx
into your extensions folder, for instance on Linux:
cp krita.inx "${XDG_CONFIG_HOME:-$HOME/.config}"/inkscape/extensions
Dependencies
~6.5MB
~110K SLoC