From bfa44a7bf66b98f5f006d2ceac5115a480b49df7 Mon Sep 17 00:00:00 2001 From: itycodes Date: Tue, 1 Oct 2024 08:08:12 +0200 Subject: [PATCH] Add readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..395d042 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +The Raw Image Format +# Dependencies +- Python PIL +# Usage +``` +python encode.py +python decode.py +```