Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jingshing-python/python-bayer-dithering
- Owner: JingShing-Python
- License: bsd-3-clause
- Created: 2022-09-01T04:53:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T07:40:39.000Z (over 2 years ago)
- Last Synced: 2023-03-07T06:19:02.986Z (almost 2 years ago)
- Topics: bitmap, dithering, dithering-algorithms, pixel, pixel-art, pixelart, python
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)