Crates.io | krita-to-svg |
lib.rs | krita-to-svg |
version | 0.2.2 |
source | src |
created_at | 2020-05-29 22:24:09.831441 |
updated_at | 2020-05-29 22:32:55.795239 |
description | Converter from Krita files to SVG |
homepage | https://git.linkmauve.fr/linkmauve/krita |
repository | https://git.linkmauve.fr/linkmauve/krita |
max_upload_size | |
id | 247528 |
size | 14,213 |
This is a simple tool to convert a Krita .kra
file into
a .svg
file.
In your terminal, run this command:
cargo install krita-to-svg
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