From 0fc796e582e3ea292e4f6f4d28749d61ef27216b Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Wed, 1 Dec 2021 17:33:28 +0900 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b42ee84..ab5f06d 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ dithering single images or turning a video into dithered images. The "develop" branch may have more up to date code. +# Usage + +A "blue-noise" image is integral to dithering images. A generated blue-noise +image is provided in the "res/" directory. Run the program with "--help" to get +info on how to use it. + # Other Notes ~~I plan on adding the MIT License to this project once the course (that this