Add to README.md note about supported file formats
This commit is contained in:
parent
0fc796e582
commit
12c7921d63
1 changed files with 5 additions and 0 deletions
|
@ -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
|
image is provided in the "res/" directory. Run the program with "--help" to get
|
||||||
info on how to use it.
|
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
|
# Other Notes
|
||||||
|
|
||||||
~~I plan on adding the MIT License to this project once the course (that this
|
~~I plan on adding the MIT License to this project once the course (that this
|
||||||
|
|
Loading…
Reference in a new issue