floyd-steinberg
There are 26 repositories under floyd-steinberg topic.
makew0rld/didder
An extensive, fast, and accurate command-line image dithering tool.
esimov/dithergo
Various dithering algorithms implemented in Go
xavierpinho/image-dithering-demo
Image dithering library and tool
Eskils/DitheringEngine
iOS and MacCatalyst framework for dithering images and videos.
PascalVault/Lazzy_Image_Viewer
Image viewer in Pascal. Supports 100+ image formats
Sylvain-Rama/PILes
PIL wrapper to draw multiple geometric shapes in a single call
Abtinz/MM-Dithering
Multimedia Systems 2023 Spring Course
Goader/embroidery
Program to replace pixels with the existing DMC threads
mielpeeters/dither
go image dithering
Bzahov98/ImageFilter-FloydSteinberg
Android app for pick and crop an image and apply - FloydSteinberg - Error Diffusion algorithm
ImageProcessing-ElectronicPublications/dither
Small image utility featuring an implementation of the median-cut color quantization algorithm and Floyd-Steinberg dithering in C.
ndsh/dither
Dithering Class for Processing
timHau/dither-video
Floyd-Steinberg dithering for videos
dandrewbarlow/dithering
Floyd-Steinberg Dithering in Processing
DeShrike/dithering
Dithering Test
MouChiaHung/DIP
Digital image processing C++ for algo. and Matlab for display.
IgorHelinski/MyImageOperations
Floyd–Steinberg dithering and more! Made using C#
kunaal-gupta/BayerFilter-Dithering-and-GeoOps
Bayer pattern reconstruction, color dithering using Floyd-Steinberg algorithm, and image transformations such as rotation, scaling, and skewing
MinecraftMediaLibrary/EzMediaCore-Native-Go
Dithering algorithms used in EzMediaCore written in Go
SreenikethanI/PixelLister
Lists the pixels in a given image.
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.
parzibyte/floyd-steinberg-dithering-golang
Implementación de algoritmo Floyd-Steinberg Dithering con Go