dithering-algorithms

There are 52 repositories under dithering-algorithms topic.

  • Shiny_Worldz

    Language:Processing
  • bluenoise

    Huge bluenoise matrix generator source code and test program(C++/Python)

    Language:C++
  • web-dither

    A web tool to dither an image

    Language:TypeScript
  • Pixel-Dithering

    OpenGL pixelized fog

    Language:C
  • Joint-PSD-PDF-Signal-Generation

    Methods for generating signals with jointly specified PSD and PDF

    Language:Python
  • dither

    Simple dithering library in Rust, based on image-rs

    Language:Rust
  • photo2ascii-dithering

    Convert photos to ASCII art using dithering algorithms. A simple Python tool for transforming your images into unique artistic text representations.

    Language:Python
  • 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.

    Language:Python
  • TILEs

    Set of scripts to decompose an image in multiple tiles like Quadtrees, Voronoitrees, etc...

    Language:Jupyter Notebook
  • EzMediaCore-Native-Go

    Dithering algorithms used in EzMediaCore written in Go

    Language:C
  • image_to_bw

    Vue 2 examples of black and white dithering for; threshold, Bayer (Ordered index), Floyd Steinberg and Minimized Average Error algorithms.

    Language:Vue
  • Image-Filtering

    Image filtering software which uses special algorithms to manipulate images.

    Language:C#
  • image-processing-dithering

    In this project, we are going to implement some common algorithms in image processing field specifically image dithering

    Language:Python