From 12c7921d63be16a0b13ed2ddbbeff924ad385719 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Wed, 1 Dec 2021 17:36:46 +0900 Subject: [PATCH] Add to README.md note about supported file formats --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ab5f06d..869fba4 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@ 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. +PNG, PGM, and PPM image formats are supported. + +For decoding video, any format that ffmpeg can read should work (though if +things don't work, try using MP4 files). + # Other Notes ~~I plan on adding the MIT License to this project once the course (that this