🎨 MareArts XColor

Extract dominant colors from images with lightning-fast accuracy


🌟 What is XColor?

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.

✨ What You Can Do


🚀 Getting Started

Installation

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

System Requirements