From: Stephen Seo Date: Wed, 1 Dec 2021 08:36:46 +0000 (+0900) Subject: Add to README.md note about supported file formats X-Git-Url: https://git.seodisparate.com/stephenseo/static/search/searchdata.js?a=commitdiff_plain;h=12c7921d63be16a0b13ed2ddbbeff924ad385719;p=EN605.617.81.FA21_StephenSeo_DitheringProject Add to README.md note about supported file formats --- 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