Fastbayer8
Fast 8-color Bayer dithering written in C++11
Install / Use
/learn @CobaltXII/Fastbayer8README
fastbayer8
Fast 8-color Bayer dithering written in C++11

Compilation
# Multithreaded version
./build.sh
# Non-multithreaded version
./build_no_omp.sh
Usage
cobalt$ ./fastbayer8.o
usage: ./fastbayer8.o <file>
Credits
Thanks to http://hubblesite.org for a great test image. Thanks to Sean T. Barrett for the stb libraries.
