Octree color quantizer in Python
Octree Quantizer for image color quantization.
Implemented using one of the most popular algorithm of octree color quantization.
Description of the algorithm on by blog:
http://delimitry.blogspot.com/2016/02/octree-color-quantizer-in-python.html
Original image (24 bit):
Result image (colors reduced to 8 bit):
Result image palette:
Released under The MIT License.