Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 435 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 435 Bytes

dithering-steinberg

Implementation in Python of Floyd-Steinberg's Dithering algorithm using PIL / Numpy and tqdm

Requirements :

/!\ 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