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)
138 stars 11 forks source link

question about Palette Quantization Algorithms of Reference. #108

Open DomainJess opened 3 months ago

DomainJess commented 3 months ago

I have a question about Reference. Reference page of README.md file, I saw below "Palette Quantization Algorithms: MedianCut (mwcz) " Do you use the code of MedianCut in image-q? If then, which part of MedianCut did you use in image-q?(I want to know file name and line number) Thank you.