dithering-algorithms
There are 52 repositories under dithering-algorithms topic.
bluenoise
Huge bluenoise matrix generator source code and test program(C++/Python)
web-dither
A web tool to dither an image
Pixel-Dithering
OpenGL pixelized fog
Joint-PSD-PDF-Signal-Generation
Methods for generating signals with jointly specified PSD and PDF
dither
Simple dithering library in Rust, based on image-rs
photo2ascii-dithering
Convert photos to ASCII art using dithering algorithms. A simple Python tool for transforming your images into unique artistic text representations.
dither-filter
This repository contains Python code implementing two popular dithering algorithms, Floyd-Steinberg and Atkinson, using the Numba library for performance optimization. These algorithms are commonly used for reducing the color palette of images while preserving visual quality.
TILEs
Set of scripts to decompose an image in multiple tiles like Quadtrees, Voronoitrees, etc...
EzMediaCore-Native-Go
Dithering algorithms used in EzMediaCore written in Go
image_to_bw
Vue 2 examples of black and white dithering for; threshold, Bayer (Ordered index), Floyd Steinberg and Minimized Average Error algorithms.
Image-Filtering
Image filtering software which uses special algorithms to manipulate images.
image-processing-dithering
In this project, we are going to implement some common algorithms in image processing field specifically image dithering