Dithering algorithms for arbitrary palettes in PIL
-
Updated
Sep 18, 2023 - Python
Dithering algorithms for arbitrary palettes in PIL
Experiments with structure-aware, error diffusion dithering algorithms, and other ways to improve beyond Floyd-Steinberg.
A program that applies a .gpl palette to an image.
Dithering image/video application with several types of algorythms and palettes.
PEL (Pygame Effects Library)
Dithers and image colouring
In this project, we are going to implement some common algorithms in image processing field specifically image dithering
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.
Convert photos to ASCII art using dithering algorithms. A simple Python tool for transforming your images into unique artistic text representations.
Pequeño proyecto con Python + PIL + Numpy en el que implemento técnicas de dithering en una divertida y curiosa interfaz gráfica
Methods for generating signals with jointly specified PSD and PDF
Add a description, image, and links to the dithering-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the dithering-algorithms topic, visit your repo's landing page and select "manage topics."