How does the color extraction work?
The tool uses a median-cut quantization algorithm, the same technique used by professional tools like Color Thief. It reads the pixel data from your image directly in the browser, groups similar colors together, and returns the most dominant distinct colors. Everything runs locally — your image is never sent to a server.