Dithering algorithms for arbitrary palettes in PIL
-
Updated
Sep 18, 2023 - Python
Dithering algorithms for arbitrary palettes in PIL
A program that applies a .gpl palette to an image.
Experiments with structure-aware, error diffusion dithering algorithms, and other ways to improve beyond Floyd-Steinberg.
PEL (Pygame Effects Library)
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.
Dithering image/video application with several types and palettes.
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."