From 2b653d044711144fd36d644302addfd042c374ee Mon Sep 17 00:00:00 2001 From: Amber <63863236+amberisvibin@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:37:33 -0500 Subject: [PATCH] add demo gif to readme.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 558f029..24c5bea 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # rgb2rgb8 +![demo gif](https://github.com/amberisvibin/rgb2rgb8/blob/main/demo.gif) + 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.