dither icon indicating copy to clipboard operation
dither copied to clipboard

Small image utility featuring an implementation of the median-cut color quantization algorithm and Floyd-Steinberg dithering in C.

Results 2 dither issues
Sort by recently updated
recently updated
newest added

Dear Cesar, Could you be so kind to generate ```.exe``` for the rest of us who are mere Windows users w/o compiler?

Images with white (0xff,0xff,0xff) color results segfault because condition in loop while (MCQuantization.c:81) is less OR EQUAL 0xff. Solution : Change to