diff --git a/SOT.toml b/SOT.toml index 1b5a512..545face 100644 --- a/SOT.toml +++ b/SOT.toml @@ -199,7 +199,7 @@ society = "Personal Project" date = "September 2024" description = [ "A tool to create Krita and GIMP compatible palettes from images by applying color quantization algorithms.", - "It generates a `.gpl` palette file and creates a preview image for visual reference. Supports adjustable depth levels for quantization and optional color tolerance settings.", + "It generates a `.gpl` palette file and creates a preview image for visual reference. Supports adjustable depth levels for quantization and optional color tolerance settings. View an example here: https://r2.sakurakat.systems/preview--krita-palette-creator.png", "My contribution: Contributed to rosettacode https://rosettacode.org/wiki/Color_quantization#Rust, and implemented color deduplication by using similarity score.", ] tags = [ diff --git a/output/CV.pdf b/output/CV.pdf index d91cc2f..d563644 100644 Binary files a/output/CV.pdf and b/output/CV.pdf differ