micheldebree / retropixels

A cross platform tool to convert images to c64 format.
MIT License
108 stars 5 forks source link

Add support for more dithering modes? #102

Open rcoenen opened 1 year ago

rcoenen commented 1 year ago

First of all what an awesome tool!

it looks like the dither modes are based on pattern dithering... how about adding in

Floyd-Steinberg Dithering, Ordered Dithering, Error Diffusion Dithering, Random Dithering in addition to Pattern Dithering?