quantize
quantize copied to clipboard
🎨 Simple color palette quantization using MMCQ
Results
1
quantize issues
Sort by
recently updated
recently updated
newest added
Thanks for making this library. You describe the algorithm as MMCQ (modified median cut quantization), but from my reading of the code, this just implements a normal [median cut](https://en.wikipedia.org/wiki/Median_cut) algorithm,...