Implementation in Python of Floyd-Steinberg's Dithering algorithm using PIL / Numpy and tqdm
/!\ The image that you want to dither needs to be in the images directory /!\
If the images directory don't exist you will need to create it manually
Before running python ./main.py
be sure to install the libraries used in this repo
pip install -r ./requirements.txt