octree_color_quantizer
octree_color_quantizer copied to clipboard
Octree color quantizer in Python
octree_color_quantizer
Octree color quantizer in Python
Description:
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:
License:
Released under The MIT License.