Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 654 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 654 Bytes

Image Dithering

Greyscale Floyd-Steinberg Dithering Algorithm to convert black and white images into dithered images

Dithering is an image-processing technique used to add noise. One of the most common use of dithering is Inkjet printers. Even monochrome printers will translate a color photo into a dithered black image to produce a black and white replica of the image.

Original Image:

Before

Dithered Image:

After