Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A repo for me to explore some image dithering techniques that I may end up using in other projects.

License

LuiMoiPer/Dithering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

My experiments with implementing dithered and quantized images. I had seen many dithering effects throughout the years and wanted to learn how it was done.

References

  • For error diffusion based dithering, this video by Daniel Shiffman of The Coding Train was my main reference.
  • For noise and ordered dithering I referenced this article by Surma as well as an article by makeworld.

Outputs

input image by Akshay Anand input image by Akshay Anand

The following outputs were done using the pollen8 from lospec.

Method Output
Quantize quantized image
Random Noise noise dithered image
Ordered ordered dithered image
Error Diffused error difused image

About

A repo for me to explore some image dithering techniques that I may end up using in other projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages