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.
Dithering image/video application with several types of algorythms and palettes.
PEL (Pygame Effects Library)
Dithers and image colouring
A high-performance dithering tool with extensive algorithms, real-time palette shifting, and LUTs. Built with Python, PySide6, and Numba for a fluid workflow.
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.
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."