From 2ab4be1a44d10b6b89871f1cfe62f62f913ef6f3 Mon Sep 17 00:00:00 2001 From: Amber Date: Mon, 20 Jan 2025 14:17:33 -0500 Subject: [PATCH] readme created --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..558f029 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# rgb2rgb8 + +rgb2rgb8 is a program that converts files containing 24 bit RGB hex codes into files containing 8 bit 3-3-2 RGB hex codes (converted to 24 bit for ease of use). + +This allows the user to convert 24 bit RGB palettes to 8 bit palettes. + +This has been tested with .hex palettes from [Lospec](https://lospec.com/palette-list) + +(c) 2025 Amber Zeller +Distributed under the MIT license.