From 879c2c493c4f24cb4651b06fab45c9a9805b2643 Mon Sep 17 00:00:00 2001 From: simon <55282932+rholodethelsteindizationary@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:28:54 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dc26c17..9f84568 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,7 @@ maybe these ideas branch off into separate projects themselves, but: - accept images as output and print out the average color (of all pixels) in any format - TUI color picker??? maybe look into the interface platforms that ncspot uses for mouse input - accept images as output and some sort of color code that gets applied to said image (like a CLI program for applying color filters to images) + +## Conversion Sources +[Hex<->RGB](!https://en.wikipedia.org/wiki/Web_colors) +[RGB<->CMYK](!https://thecolorsmeaning.com/rgb-to-cmyk/) From f50e890832f32b50af6f9886c00f5d819cf285a0 Mon Sep 17 00:00:00 2001 From: simon <55282932+rholodethelsteindizationary@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:30:02 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f84568..aff9015 100644 --- a/README.md +++ b/README.md @@ -33,5 +33,6 @@ maybe these ideas branch off into separate projects themselves, but: - accept images as output and some sort of color code that gets applied to said image (like a CLI program for applying color filters to images) ## Conversion Sources -[Hex<->RGB](!https://en.wikipedia.org/wiki/Web_colors) -[RGB<->CMYK](!https://thecolorsmeaning.com/rgb-to-cmyk/) +Hex<->RGB: https://en.wikipedia.org/wiki/Web_colors + +RGB<->CMYK: https://thecolorsmeaning.com/rgb-to-cmyk/