No description
Find a file
2021-12-01 16:51:28 +09:00
doxygen WIP libpng image decoding 2021-11-11 22:17:00 +09:00
res Impl dithering on red/green/blue channels 2021-11-27 13:13:27 +09:00
src Add some comments to video.h 2021-12-01 16:31:56 +09:00
.gitignore WIP libpng image decoding 2021-11-11 22:17:00 +09:00
.lvimrc WIP libpng image decoding 2021-11-11 22:17:00 +09:00
CMakeLists.txt Impl convert video frames to color dithered pngs 2021-11-30 16:02:51 +09:00
Doxyfile WIP libpng image decoding 2021-11-11 22:17:00 +09:00
LICENSE Create LICENSE 2021-12-01 16:48:26 +09:00
README.md Update README.md 2021-12-01 16:51:28 +09:00

Dithering with OpenCL

Background

Project Proposal PDF

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.

I went ahead and applied the MIT License earlier than noted here.

Legal Stuff

This program uses FFmpeg which is licensed under the LGPL 2.1 license