From 0c122104e9fa667edc913d48a49aa05799720512 Mon Sep 17 00:00:00 2001 From: EvanRaeder Date: Wed, 31 Jul 2024 02:16:13 -0300 Subject: [PATCH] README update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a974f94..6c01076 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Image File Encoder/Decoder +# File Encode and Decode to .PNG ## Description -This project is aimed at managing and organizing image files. It provides a user-friendly interface to browse, search, and categorize images efficiently. Additionally, it includes functionality for encoding and decoding image files using buffer writing to optimize memory usage. +This project is aimed at converting files to images so they can be uploaded to hosting platforms. It includes functionality for encoding and decoding image files using buffer writing to optimize memory usage. Larger files are split into multiple images to allow them to be uploaded to most platforms. ## Features