ibezkrovnyi / image-quantization

Image Quantization Library with alpha support (based on https://github.com/leeoniya/RgbQuant.js, https://github.com/timoxley/neuquant and http://www.ece.mcmaster.ca/~xwu/cq.c)
141 stars 11 forks source link

2.0.0 #11

Closed ibezkrovnyi closed 6 years ago

ibezkrovnyi commented 6 years ago

Major update with breaking changes

Breaking changes

EuclideanRgbQuantWOAlpha => EuclideanRGBQuantWOAlpha EuclideanRgbQuantWithAlpha => EuclideanRGBQuantWithAlpha

This PR is not ready to be merged yet.

Any help would be greatly appreciated @Nommyde @leeoniya @jtlapp

Build Status

leeoniya commented 6 years ago

i always thought PaletteQuantizer was not a great name. i'd rename it to PaletteBuilder and keep ImageQuantizer as-is.

ibezkrovnyi commented 6 years ago

@leeoniya answered