Extract dominant colors from images with lightning-fast accuracy
MareArts XColor is a powerful tool that analyzes images and extracts their dominant colors. Perfect for designers, developers, and anyone who needs to understand the color composition of images.
Basic Installation:
pip install marearts-xcolor
For Faster Processing (GPU):
# For CUDA 11.x
pip install marearts-xcolor[gpu] cupy-cuda11x
# For CUDA 12.x
pip install marearts-xcolor[gpu] cupy-cuda12x