Repository
Current version released
3 years ago
monke
A very WIP color module in TypeScript.
Supports dithering through error diffusion method.
dithermethod to redraw the image with reduced colors, with dithering.noDithermethod to redraw the image with reduced colors, without dithering.monochromeDithermethod to redraw the image with just black and white, with dithering.
Supports color quantization through popularity method.
- TODO: Implement median cut or octrees.
Provides a class Color for general color-related stuff.
Refer the examples directory for usage.