Adding Krita Support

This commit is contained in:
2026-04-09 19:11:15 +01:00
parent 6abb1c8d47
commit 90ddd6b146
2 changed files with 45 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ Colour Name, C, M, Y, K, RGB Hex
- gpl for GIMP and Inkscape
- Scribus xml
- Krita kpl (coming soon)
- Krita Bundle
### Swatchos
@@ -24,6 +24,7 @@ python main.py "file_format" "input_csv" "palette_name"
Where "file_format" could be:
- gpl : GIMP / Inkscape RGB Palette
- scribus : Scribus CMYK XML Palette
- krita : Krita Resource Bundle
Where "input_csv" would be your input csv as in swatchos.csv
@@ -38,4 +39,6 @@ Place the exported .gpl in $HOME/.config/inkscape/palettes
Place the exported .gpl in $HOME/.config/GIMP/$VERSION/palettes, where $VERSION is the gimp version
### Scribus
Place the outputted xml file in /usr/share/scribus/swatches (you will need to sudo or be root)
Place the outputted xml file in /usr/share/scribus/swatches (you will need to sudo or be root)
### Krita