Merge branch 'master' into develop

The merged code has support for decoding video into dithered images.
This commit is contained in:
Stephen Seo 2021-12-01 16:16:42 +09:00
commit f9e87adcd3

View file

@ -8,3 +8,8 @@ The proposal mentioned dithering live-input frames, but I ended up with just
dithering single images or turning a video into dithered images.
The "develop" branch may have more up to date code.
# Other Notes
I plan on adding the MIT License to this project once the course (that this
project was made for) is over.