Doc updates

This commit is contained in:
2026-04-09 18:07:18 +01:00
parent 5a4aef9b5f
commit 8420c42a91

View File

@@ -5,13 +5,13 @@ Takes a CSV of colour name, cmyk percentages, and hex codes and generates palett
Colour Name, C, M, Y, K, RGB Hex Colour Name, C, M, Y, K, RGB Hex
- gpl - gpl for GIMP and Inkscape
- scribus xml - Scribus xml
- krita kpl (coming) - Krita kpl (coming soon)
### Swatchos ### Swatchos
This project came about from the need of open source palettes for the colour swatch cards available from [Basallt](https://basallt.com/products/swatchos). The only palette available for download is in Adobe CC (ASE) format, which there are projects that aim to convert this. Each not up to date and not easily used. So I took the the table of swatches and produced the CSV, then created this to generate the different palettes for the different software that I use. This project came about from the need of open source palettes for the colour swatch cards (Swatchos) available from [Basallt](https://basallt.com/products/swatchos). The only palette available for download is in Adobe CC (ASE) format, which there are projects that aim to convert this. Each not up to date and not easily used. So I took the the table of swatches and produced the CSV, then created this to generate the different palettes for the different software that I use.
This will be able to be used with any CSV that follows the example This will be able to be used with any CSV that follows the example
@@ -19,15 +19,15 @@ 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 Currently this should run on any version of python 3 or above
python main.py "file_format" "input_csv" "output_file" python main.py "file_format" "input_csv" "palette_name"
Where "file_format" could be: Where "file_format" could be:
- gpl : GIMP RGB Palette - gpl : GIMP / Inkscape RGB Palette
- scribus : Scribus CMYK XML Palette - scribus : Scribus CMYK XML Palette
Where "input_csv" would be your input csv as in swatchos.csv Where "input_csv" would be your input csv as in swatchos.csv
Where "output_file" is the name of your palette, the required extension is added automatically Where "palette_name" is the name of your palette, the required extension is added automatically
## Where to place the swatches ## Where to place the swatches