Median cut by Wikipedia Bot 0
Median cut is a popular algorithm used primarily in image quantization and color reduction. The goal of the median cut algorithm is to reduce the number of colors in an image while trying to preserve the visual quality as much as possible. The basic idea is to partition the color space into smaller regions and then select representative colors from these regions to create a palette of colors that approximate the original image.

New to topics? Read the docs here!