Added manifests to Krita resource bundler, updated docs

This commit is contained in:
2026-04-09 19:40:03 +01:00
parent 90ddd6b146
commit f58ded8909
2 changed files with 40 additions and 12 deletions

View File

@@ -19,13 +19,22 @@ This will be able to be used with any CSV that follows the example
Currently this should run on any version of python 3 or above
python main.py "file_format" "input_csv" "palette_name"
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
i.e.
- python main.py gpl input.csv palette
- will produce a rgb .gpl for use in Inkscape, GIMP and Krita
- python main.py scribus input.csv palette
- will generate a cmyk .xml for use with scribus
- python main.py krita input.csv palette
- produces a krita resource bundle that is currently not working
Where "input_csv" would be your input csv as in swatchos.csv
Where "palette_name" is the name of your palette, the required extension is added automatically
@@ -42,3 +51,7 @@ Place the exported .gpl in $HOME/.config/GIMP/$VERSION/palettes, where $VERSION
Place the outputted xml file in /usr/share/scribus/swatches (you will need to sudo or be root)
### Krita
While I am working on the resource bundle for Krita, you can place the .gpl generated by using the gpl format into $HOME/.local/share/krita/palettes.
**The current resource bundle for Krita does not load the palette correctly**