dithering-algorithms
There are 37 repositories under dithering-algorithms topic.
makew0rld/dither
A fast, correct image dithering library in Go.
makew0rld/didder
An extensive, fast, and accurate command-line image dithering tool.
hbldh/hitherdither
Dithering algorithms for arbitrary palettes in PIL
andrewstephens75/as-dithered-image
HTML custom element to correctly dither an image giving pixel-perfect crisp results on all displays
esimov/dithergo
Various dithering algorithms implemented in Go
robertkist/libdither
A C library for black-and-white image dithering
mcabinaya/Digital-Image-Processing
My works for EE 569 - Digital Image Processing - Spring 2018 - Graduate Coursework at USC - Dr. C.-C. Jay Kuo
danielepiccone/dithering_algorithms
Sample implementation for different common dithering algorithms
tessarin/dither
Small image utility featuring an implementation of the median-cut color quantization algorithm and Floyd-Steinberg dithering in C.
PureAsbestos/Image-palettizer
A program that applies a .gpl palette to an image.
neurogame/dither-js
Dithering and image quantifying
Rudranil-Sarkar/Ordered-Dithering-Shader-GLSL
Ordered Dithering on the GLSL fragment Shader with colors
Eskils/DitheringEngine
iOS and MacCatalyst framework for dithering images and videos.
Rudranil-Sarkar/Floyd-Steinberg-dithering-algo
Floyd–Steinberg dithering algorithm in C++ for bitmap images
brouxco/dithering
Image dithering in go
s-litvin/raycasting
Ray casting is the use of ray–surface intersection tests to solve a variety of problems in 3D computer graphics and computational geometry.
JingShing-Python/Python-Bayer-Dithering
Image Dithering using bayer matrix with python.
yogeshgajjar/image-processing-algorithms
This repository contains important image processing algorithms from scratch
jadhaidar/ImageDithering
A simple utility to apply different kinds of image dithering using Processing
yoyoberenguer/PEL
PEL (Pygame Effects Library)
dalpil/structure-aware-dithering
Experiments with structure-aware, error diffusion dithering algorithms, and other ways to improve beyond Floyd-Steinberg.
debowin/imagedit-cli
CLI Image Processing and Editing Suite
fgmart-zz/dithering-in-racket
Floyd-Steinberg and Burkes dithering implementations in Racket
Penfore/dither_it
DitherIt is a Dart library that implements various dithering algorithms.
s0danissa/img_processing_dithering
Image dithering and interpolation project
AzuxirenLeadGuy/GdiPlusExtension
Helper methods for Bitmap objects (defined in System.Drawing.Common) like dithering and image filters
souravrane/Image-Dithering
Floyd–Steinberg dithering
MinecraftMediaLibrary/EzMediaCore-Native-Go
Dithering algorithms used in EzMediaCore written in Go
onurmx/Image-Filtering
Image filtering software which uses special algorithms to manipulate images.
Sylvain-Rama/TILEs
Set of scripts to decompose an image in multiple tiles like Quadtrees, Voronoitrees, etc...
terrykingdev/image_to_bw
Vue 2 examples of black and white dithering for; threshold, Bayer (Ordered index), Floyd Steinberg and Minimized Average Error algorithms.
AestheticVoyager/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.
evanpacini/dither
Simple dithering library in Rust, based on image-rs