Source: colorthief Maintainer: Home Assistant Team Uploaders: Edward Betts Section: python Build-Depends: debhelper-compat (= 14), dh-sequence-python3, python3-all, python3-setuptools Standards-Version: 4.7.4 Homepage: https://github.com/fengsp/color-thief-py Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/colorthief Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/colorthief.git Package: python3-colorthief Architecture: all Description: Python module for extracting color palettes from images Color Thief is a Python library that allows for extracting a color palette or the dominant color from any image. Utilizing the median cut algorithm, it provides methods to assess the primary hues and build a palette of a specified size. This tool can be useful in graphic design, art projects, and data visualization tasks. Its functionality is accessible both as a Python module and a command-line interface.