55 skills found · Page 1 of 2
makew0rld / DidderAn extensive, fast, and accurate command-line image dithering tool.
makew0rld / DitherA fast, correct image dithering library in Go.
hbldh / HitherditherDithering algorithms for arbitrary palettes in PIL
andrewstephens75 / As Dithered ImageHTML custom element to correctly dither an image giving pixel-perfect crisp results on all displays
esimov / DithergoVarious dithering algorithms implemented in Go
robertkist / LibditherA C library for color and black-and-white image dithering
JuliaImages / DitherPunk.jlDithering algorithms in Julia.
tessarin / DitherSmall image utility featuring an implementation of the median-cut color quantization algorithm and Floyd-Steinberg dithering in C.
mcabinaya / Digital Image ProcessingMy works for EE 569 - Digital Image Processing - Spring 2018 - Graduate Coursework at USC - Dr. C.-C. Jay Kuo
danielepiccone / Dithering AlgorithmsSample implementation for different common dithering algorithms
PureAsbestos / Image PalettizerA program that applies a .gpl palette to an image.
dalpil / Structure Aware DitheringExperiments with structure-aware, error diffusion dithering algorithms, and other ways to improve beyond Floyd-Steinberg.
neurogame / Dither JsDithering and image quantifying
Oslonline / Dithering StudioDither image and video online. Free to use and opensource client-side web application; apply different dithering algorithms to image and video, add color palettes, tweak settings, etc...
kgjenkins / Dither Dreamvariations on the Floyd-Steinberg dithering algorithm
NielsLeenheer / CanvasDitherBlack and white dithering algorithms for the Canvas element
mcraiha / CSharp DitheringCSharp (C#) versions of certain dithering algorithms
Eskils / DitheringEngineiOS and MacCatalyst framework for dithering images and videos. Used in Ditherable.
mcraiha / Dithering Unity3dDithering algorithms for Unity3d
ahota / DitherLearning dithering algorithms by implementing them in Python