Skip to content

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

Notifications You must be signed in to change notification settings

Sqaarf/dithering-steinberg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages