Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jingshing-python/python-bayer-dithering

Image Dithering using bayer matrix with python.
https://github.com/jingshing-python/python-bayer-dithering

bitmap dithering dithering-algorithms pixel pixel-art pixelart python

Last synced: 11 days ago
JSON representation

Image Dithering using bayer matrix with python.

Awesome Lists containing this project

README

        

# Python-Bayer-Dithering
Image Dithering using bayer matrix with python.

This script can help you add bitmap effect on your own image.

Before:

![Before image](https://github.com/JingShing/Python-Bayer-Dithering/blob/main/sample/0.png)

After:

![After image](https://github.com/JingShing/Python-Bayer-Dithering/blob/main/sample/0_dithred.png)