Skip to content
/ cks Public

πŸ–Œ Converts Krita's *.kra documents to SVG graphics.

License

Notifications You must be signed in to change notification settings

vivi90/cks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CKS

About

This Python script exports all vector layers from a given Krita document (*.kra file) into a single SVG file.

Usage

This script requires the path of the Krita file as the first parameter:

cks.py example.kra

It will finally create a SVG file in the same directory, including all vector layers of the Krita file.

Known bugs

Some gradients with transparent parts might not rendered properly. Maybe it will become improved with the development of Krita.

Contribution

License

This script is free software under the terms of the GNU General Public License v3 as published by the Free Software Foundation. It is distributed WITHOUT ANY WARRANTY (without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE). For more details please see the LICENSE file or: http://www.gnu.org/licenses

Credits