Skip to main content

Dominant colors in image

Project description

Fast colorthief

A Python module for selecting most dominant colors in the image. Based on https://github.com/fengsp/color-thief-py but faster.

Installation

Linux, MacOS 10.15 or newer:

pip install fast_colorthief

Other operating systems (CMake required):

git clone https://github.com/bedapisl/fast-colorthief
cd fast-colorthief
git submodule update --init --recursive
pip3 install .

Example

import fast_colorthief

image_path = 'image.jpg'

dominant_color = fast_colorthief.get_dominant_color(image_path)
color_palette = fast_colorthief.get_palette(image_path)

Benchmark

1200 x 1200 jpg image

Algorithm Time per image
Fast colorthief (input numpy array) 0.0012s
Fast colorthief (input filename) 0.034s
Reference (https://github.com/fengsp/color-thief-py) (input filename) 0.509s

How does it work

Backend is written in C++ for better performance.

Uses Modified Median Cut Quantization algorithm.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fast-colorthief-0.0.5.tar.gz (754.9 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

fast_colorthief-0.0.5-cp314-cp314-win_amd64.whl (79.0 kB view details)

Uploaded CPython 3.14Windows x86-64

fast_colorthief-0.0.5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (88.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

fast_colorthief-0.0.5-cp314-cp314-macosx_26_0_universal2.whl (78.3 kB view details)

Uploaded CPython 3.14macOS 26.0+ universal2 (ARM64, x86-64)

fast_colorthief-0.0.5-cp314-cp314-macosx_15_0_universal2.whl (70.9 kB view details)

Uploaded CPython 3.14macOS 15.0+ universal2 (ARM64, x86-64)

fast_colorthief-0.0.5-cp314-cp314-macosx_14_0_universal2.whl (72.2 kB view details)

Uploaded CPython 3.14macOS 14.0+ universal2 (ARM64, x86-64)

fast_colorthief-0.0.5-cp313-cp313-win_amd64.whl (77.0 kB view details)

Uploaded CPython 3.13Windows x86-64

fast_colorthief-0.0.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (88.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

fast_colorthief-0.0.5-cp313-cp313-macosx_26_0_universal2.whl (71.8 kB view details)

Uploaded CPython 3.13macOS 26.0+ universal2 (ARM64, x86-64)

fast_colorthief-0.0.5-cp313-cp313-macosx_15_0_universal2.whl (70.8 kB view details)

Uploaded CPython 3.13macOS 15.0+ universal2 (ARM64, x86-64)

fast_colorthief-0.0.5-cp313-cp313-macosx_14_0_universal2.whl (72.0 kB view details)

Uploaded CPython 3.13macOS 14.0+ universal2 (ARM64, x86-64)

fast_colorthief-0.0.5-cp312-cp312-win_amd64.whl (61.5 kB view details)

Uploaded CPython 3.12Windows x86-64

fast_colorthief-0.0.5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (67.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

fast_colorthief-0.0.5-cp312-cp312-macosx_26_0_universal2.whl (71.7 kB view details)

Uploaded CPython 3.12macOS 26.0+ universal2 (ARM64, x86-64)

fast_colorthief-0.0.5-cp312-cp312-macosx_15_0_universal2.whl (70.8 kB view details)

Uploaded CPython 3.12macOS 15.0+ universal2 (ARM64, x86-64)

fast_colorthief-0.0.5-cp312-cp312-macosx_12_0_universal2.whl (59.1 kB view details)

Uploaded CPython 3.12macOS 12.0+ universal2 (ARM64, x86-64)

fast_colorthief-0.0.5-cp311-cp311-win_amd64.whl (60.7 kB view details)

Uploaded CPython 3.11Windows x86-64

fast_colorthief-0.0.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (67.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

fast_colorthief-0.0.5-cp311-cp311-macosx_26_0_universal2.whl (76.4 kB view details)

Uploaded CPython 3.11macOS 26.0+ universal2 (ARM64, x86-64)

fast_colorthief-0.0.5-cp311-cp311-macosx_15_0_universal2.whl (76.4 kB view details)

Uploaded CPython 3.11macOS 15.0+ universal2 (ARM64, x86-64)

fast_colorthief-0.0.5-cp311-cp311-macosx_12_0_universal2.whl (58.2 kB view details)

Uploaded CPython 3.11macOS 12.0+ universal2 (ARM64, x86-64)

fast_colorthief-0.0.5-cp310-cp310-win_amd64.whl (60.7 kB view details)

Uploaded CPython 3.10Windows x86-64

fast_colorthief-0.0.5-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (67.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

fast_colorthief-0.0.5-cp310-cp310-macosx_26_0_x86_64.whl (75.2 kB view details)

Uploaded CPython 3.10macOS 26.0+ x86-64

fast_colorthief-0.0.5-cp310-cp310-macosx_26_0_universal2.whl (69.6 kB view details)

Uploaded CPython 3.10macOS 26.0+ universal2 (ARM64, x86-64)

fast_colorthief-0.0.5-cp310-cp310-macosx_15_0_x86_64.whl (75.2 kB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

fast_colorthief-0.0.5-cp310-cp310-macosx_15_0_universal2.whl (68.3 kB view details)

Uploaded CPython 3.10macOS 15.0+ universal2 (ARM64, x86-64)

fast_colorthief-0.0.5-cp310-cp310-macosx_12_0_x86_64.whl (58.2 kB view details)

Uploaded CPython 3.10macOS 12.0+ x86-64

fast_colorthief-0.0.5-cp39-cp39-win_amd64.whl (60.5 kB view details)

Uploaded CPython 3.9Windows x86-64

fast_colorthief-0.0.5-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (67.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

fast_colorthief-0.0.5-cp39-cp39-macosx_26_0_x86_64.whl (75.3 kB view details)

Uploaded CPython 3.9macOS 26.0+ x86-64

fast_colorthief-0.0.5-cp39-cp39-macosx_26_0_universal2.whl (69.6 kB view details)

Uploaded CPython 3.9macOS 26.0+ universal2 (ARM64, x86-64)

fast_colorthief-0.0.5-cp39-cp39-macosx_15_0_x86_64.whl (75.2 kB view details)

Uploaded CPython 3.9macOS 15.0+ x86-64

fast_colorthief-0.0.5-cp39-cp39-macosx_15_0_universal2.whl (68.6 kB view details)

Uploaded CPython 3.9macOS 15.0+ universal2 (ARM64, x86-64)

fast_colorthief-0.0.5-cp39-cp39-macosx_12_0_x86_64.whl (58.3 kB view details)

Uploaded CPython 3.9macOS 12.0+ x86-64

fast_colorthief-0.0.5-cp38-cp38-win_amd64.whl (60.7 kB view details)

Uploaded CPython 3.8Windows x86-64

fast_colorthief-0.0.5-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (67.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

fast_colorthief-0.0.5-cp38-cp38-macosx_26_0_x86_64.whl (75.0 kB view details)

Uploaded CPython 3.8macOS 26.0+ x86-64

fast_colorthief-0.0.5-cp38-cp38-macosx_26_0_universal2.whl (69.4 kB view details)

Uploaded CPython 3.8macOS 26.0+ universal2 (ARM64, x86-64)

fast_colorthief-0.0.5-cp38-cp38-macosx_15_0_x86_64.whl (75.0 kB view details)

Uploaded CPython 3.8macOS 15.0+ x86-64

fast_colorthief-0.0.5-cp38-cp38-macosx_15_0_universal2.whl (68.2 kB view details)

Uploaded CPython 3.8macOS 15.0+ universal2 (ARM64, x86-64)

fast_colorthief-0.0.5-cp38-cp38-macosx_12_0_x86_64.whl (58.3 kB view details)

Uploaded CPython 3.8macOS 12.0+ x86-64

fast_colorthief-0.0.5-cp37-cp37m-win_amd64.whl (60.6 kB view details)

Uploaded CPython 3.7mWindows x86-64

fast_colorthief-0.0.5-cp37-cp37m-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (68.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

fast_colorthief-0.0.5-cp37-cp37m-macosx_12_0_x86_64.whl (58.4 kB view details)

Uploaded CPython 3.7mmacOS 12.0+ x86-64

fast_colorthief-0.0.5-cp36-cp36m-win_amd64.whl (60.6 kB view details)

Uploaded CPython 3.6mWindows x86-64

fast_colorthief-0.0.5-cp36-cp36m-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (68.0 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

fast_colorthief-0.0.5-cp36-cp36m-macosx_12_0_x86_64.whl (58.3 kB view details)

Uploaded CPython 3.6mmacOS 12.0+ x86-64

File details

Details for the file fast-colorthief-0.0.5.tar.gz.

File metadata

  • Download URL: fast-colorthief-0.0.5.tar.gz
  • Upload date:
  • Size: 754.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for fast-colorthief-0.0.5.tar.gz
Algorithm Hash digest
SHA256 c943b5be73add8d3f295d3e314c9f48db8555fccc770ab09d88155ba060165ae
MD5 5fa73954bb77c6876c2ed8f31ba136d3
BLAKE2b-256 462b9d4ae88af21fc22a87333632e9b26ec1ec711e0ed61ad48faeeff5068f76

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 18d91fbfcf788bad0646c9871e32f7feaed4b2666b6e3cabe0b6ecbee22b6016
MD5 492886e9c2ccef85ecc4a79251bffb5f
BLAKE2b-256 33fa60a1b220cbdbcfc1de1e2f637b91306d35dc47335945370703d182f59acf

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 00106f3e391e10edc16a48b7518c9e0a88f8f8a1ea1bcfcf112e5685edc5a595
MD5 f5fd5c40c972ee68698e6cf68e6cc4b8
BLAKE2b-256 1e2087858926cb0445bfa49431e9b5f273cc16ac5bc7e6c3be5e813fdd369ff6

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp314-cp314-macosx_26_0_universal2.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp314-cp314-macosx_26_0_universal2.whl
Algorithm Hash digest
SHA256 6bc8fd0861b5721cbe0a3665ea5d69e2d3a64c912941e923862b607435e58ab8
MD5 a4368af8da3294239a3fb0133d1a0ab5
BLAKE2b-256 cf15f18cb61b784829bee04ead851fbba4cd30ab772ad57123d6870eff06e862

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp314-cp314-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp314-cp314-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 28945aa50679ce2f60f24daebc0256f472afb1cc41c9d26c485add0405eef333
MD5 e4236dcffd69df8eaef7613ce7ab4cdc
BLAKE2b-256 a5e49c0dbafaf52b5d437ad4dbabc2a17e9afb6c917a41afbf561c0d215f2e28

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp314-cp314-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp314-cp314-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 8250e8b50547c9b50079af6f0987c744a8319ef02386659b790f20e9a6a882a1
MD5 559b726591d96ff3a72bf8fbfd9c5ca5
BLAKE2b-256 9613e59815d007d6861dc8c3be13d90ba380a0ea844e5e158eb7897bd46fe2b2

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a0cad7e060b6d3c069ee98325f0e90ac9a293476a54c27b8e10b79b0c3af7df0
MD5 c4bcabe42c624185cc9631be5b6d063c
BLAKE2b-256 2133711e6ec674552d10bb8156c2c5387d57e582835a2f326604f5b35ced9641

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 510ed3bc8b1a7ad1986503a383a1ab941c8ffef3ebd5fbd08efbbb04f5a5c68f
MD5 8c8ae53f625617e9caf71de1251a1d86
BLAKE2b-256 d1a6ae70c5fd50baf465fc6e4f293942ae3adbea05e25657a3bdbc3794f53d1a

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp313-cp313-macosx_26_0_universal2.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp313-cp313-macosx_26_0_universal2.whl
Algorithm Hash digest
SHA256 4651ba8f3ffeb31ccdf0b9e58c0d866208955adc3e87a64229e3d7d50a843528
MD5 0b3c6916804821a11119cbbf5f075590
BLAKE2b-256 e099172348e95a88db433e412d9476bb7575fed6669e949c6c22e631ea612963

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp313-cp313-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp313-cp313-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 eb509e1f5f6f944098a5cfd99648d56e86322ae642a850cd106e50dffe815259
MD5 e96883244ca8f79a9506b426ae6061c2
BLAKE2b-256 db395602f13da6a53d57b42659f0d57e5587599bc97809fed7b43fb05b4928e3

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp313-cp313-macosx_14_0_universal2.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp313-cp313-macosx_14_0_universal2.whl
Algorithm Hash digest
SHA256 6630fac4243fab7887e0a6d5c8b63ac869b4cfbf0841f97085b05b9dca995287
MD5 fca53fce0342a47b6b23d22a7a516328
BLAKE2b-256 ae46b15b2f4cc7f478a20921b327d068e3ad5b303ab30048582d164fe2b93265

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1c5d18968983334f7f3a6e715714915d78d646531a0c3e527288443dee902ef3
MD5 22da30b186baa9932c0d468b017458e4
BLAKE2b-256 f9a7a73105cca5320763657ae33a2ef1302a570e5a2baea02f7fa60a5e032ac8

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a4966e3bbb12d64af67b762327f65c01b2d742af75bb12e911970af176e30401
MD5 3b78be6acb5504fd62e7db60538678ac
BLAKE2b-256 3cbdb65923166334a78e9076832b6515548796a5dac45ca616b642be815f61a2

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp312-cp312-macosx_26_0_universal2.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp312-cp312-macosx_26_0_universal2.whl
Algorithm Hash digest
SHA256 ec23d8791b72937137aa4cea97393f105388e2d05dc6d1198e1fa6a0bc4ce88f
MD5 76214df84ef54b00550aba2a3927df61
BLAKE2b-256 2d5edf9c9e10932bd08534439529cb02d0ec28fed38db2fbd4452fc3bbc9bb34

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp312-cp312-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp312-cp312-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 6ddee5d82c699831176694c64be2050db05315de29f84ef64c45be1dd7ae831b
MD5 0e4ec711c2beadc15b7880257288d71b
BLAKE2b-256 bf1e34d6c1faaefbd48993d9f71930d0b5a6b244d10d27429d885631b7487c7a

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp312-cp312-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp312-cp312-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 a06f6bcae040b67d1682c64246e5e7065602bd1987585a207b2af1b93ba617eb
MD5 a259cb10728f195eed57958dbfb6165e
BLAKE2b-256 0532ecee7c929d1143f781c0cbf685f1473d535ac15634dd2e6077e9f31ccf5c

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8bfde70f82c09ab269c33bf68b0ad49d21811ef8149d735fe0676b8af24d1b4c
MD5 d1ecba20542dd9f0a5e6cb65dc892a21
BLAKE2b-256 f4a6a53e4708e6297c6c42b3d80a4fb0c6044cd92c5154db0af3b4cdf378be6a

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c84410f2803ecce0716de7c1c8d30d9cfc7e1e2326d26f87877fb98c7d977d3c
MD5 02e5e37587ea3ab48622013748bc4fe7
BLAKE2b-256 c0694af513ce18251bafb4451cbc5b5623d0c02925a7c440ea9cee1ef434562b

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp311-cp311-macosx_26_0_universal2.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp311-cp311-macosx_26_0_universal2.whl
Algorithm Hash digest
SHA256 ff635564465c1875b261f2d40d6b55e6ab73ba47985ad6af97e2a4ca3d8dc6fd
MD5 67d9824a396a2352953fe127af084a54
BLAKE2b-256 dcefe3d9666072693946613dfed3c7da0468a25d6c8b2f03c442b89e43705879

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp311-cp311-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp311-cp311-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 d8e6df11e308e6c52f8e42477aabbb157c066364957eb24fb3b1459199d4bf50
MD5 b25c814f03997945b1ef692b4a30a809
BLAKE2b-256 4f5b0b3f229adb4183af7ba34507dcce42250128d94349f8c93d85af08bffb89

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp311-cp311-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp311-cp311-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 67d445a8860c906b2b08b7297c44f3f6699a3b44868443f3209c664d1cb93c74
MD5 eb2a15c256ae4fb1da18d6394f29355a
BLAKE2b-256 25ec76745fdd114441202dd8a74e041f77e7356d3dd3a37248bcb07bdc2d17b1

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5d87b29bad6f3b94fbf576d5fa6da4a729773e68822569326480cf31139226fc
MD5 d0365464faad16647873a77be8c2ebf2
BLAKE2b-256 30320183e26a735ec67aa19a6b90bccf9f6b959c811679869592b6f606c98991

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d18d8c2b3b9844be8bf7885386309e710bb9e567176d07d05297e7d3a818fa2a
MD5 7d82c37a611d7e51f91fb4a3caa93f4d
BLAKE2b-256 49e9c1526195396094066a2eef8964c8d7757ac587ff05d101b4ff4e3ec5a4d6

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp310-cp310-macosx_26_0_x86_64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp310-cp310-macosx_26_0_x86_64.whl
Algorithm Hash digest
SHA256 18969abc0c3a966067d11d8181ad5525bbd5e45bb69b6981cb9ae775fbec4138
MD5 33435555b234211b50cca524165aeae5
BLAKE2b-256 c93c146e1cf73dbaa9e5b0fc418ee7192bfe6f2fdf3c221ec44c2b01473b8549

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp310-cp310-macosx_26_0_universal2.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp310-cp310-macosx_26_0_universal2.whl
Algorithm Hash digest
SHA256 d93257dd5929ae83a90770589df0c61cd26711a1181ee26f046784fb73d17d19
MD5 69c2e2f5964000df84e5549daae17e55
BLAKE2b-256 009fab97b0261f04ae1a27b5b70e0cbbdf110502b97e1d5b086fbfd8bd5f0943

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 7bd913f7bd2e6622cca8360e8ddef4d87d1af9e139cd6a0a050a93f4c67cd858
MD5 a9e3102984f1b22995c25f4a3275d054
BLAKE2b-256 c6d38f2647142833171d74402cf687da6293cb88df372ec19598e32cc1508c7a

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp310-cp310-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp310-cp310-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 c23d380f953b6f9129b355fdbb1396f21a0b210ce9f6807b18f1546fdbb7f1d2
MD5 b2bd8db9a8ff0324fbda8edc8c22755e
BLAKE2b-256 3f0e8961ea060516406257ae50fc81b101fa5a0ff6476328d30d44a60d4bf304

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp310-cp310-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 d8f9f9058fa499c00fb879a3915682ac49ac0993f5cb4249da6f1c016cc37e3d
MD5 8436c66c2da0c1f5939b336f5180c1a6
BLAKE2b-256 4965e7663c8b3028c6da0c0276a0dfb33c25caadf13de6c9cc3974dcfe719a13

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f57c2fb9f5a8c6d6bbbce64d0c885ca8007e9c644d9adb506cd99e8e180e0c55
MD5 7ef25c2269ae872cb2aec6feea504fe7
BLAKE2b-256 3b2f5e85c16c777de645f0b92313ddb3f47d61588e3f02376039534da375fe20

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eab0feb58e696b83f38fea5671206b1930c280bd59ed51303a0049b3c1188e5a
MD5 f10bc4c87bfa2a606ab5aa2e9a323858
BLAKE2b-256 2327fdefacfc7d625f78496051e761bab1ee164168fe4229c0c3ddc919e5b1e2

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp39-cp39-macosx_26_0_x86_64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp39-cp39-macosx_26_0_x86_64.whl
Algorithm Hash digest
SHA256 2c53b72f281b22070078aed545ed32f8c8d66a7057ace907d0bdc7446223bb74
MD5 dbf4b6bc780ce5ffcdf34f0c8f41f79a
BLAKE2b-256 d8bd9043200d69c7edfc792d4ceb545b9658f00532b9726a42aaf69b6401bdf0

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp39-cp39-macosx_26_0_universal2.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp39-cp39-macosx_26_0_universal2.whl
Algorithm Hash digest
SHA256 2a76ab7c26c03c621ac1b042b880e2e47f9e56a4544f4632410f2431c993bb8b
MD5 915cc7f0be788811c39ffbfe4664d43d
BLAKE2b-256 aa44531ec656cb7ea1eb8c85f5ceb6ea9f3ec7c5c7d69447689ff248d94dce76

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp39-cp39-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp39-cp39-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 3f5507ebabbb9b7b4b25e3466a6aba083b92f5b30204fea3c7a0845e746d94d8
MD5 7ba6f26977955b17b3da4f04761d696f
BLAKE2b-256 107909daa827d6d986aaafda98479119e12a596edb21be4f1062d448ab9adb20

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp39-cp39-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp39-cp39-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 6a74b690e50a6488d5357f58094814fe52c4f86053e86e998ff7b5194aed5357
MD5 2c3f685225be24ab79b161bfdbace9c8
BLAKE2b-256 e4621fd7f599ab0654f82d3bcc52a3ecc09fabbd50a52d4f8d68e00f98d5896f

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp39-cp39-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 229bced62a75f6e0136587b7277aa124f6d17cc32997665fd0a3b353528d7c77
MD5 83c81572172f9ddd020aad87e4a3988f
BLAKE2b-256 f8bee1996d56649ce668ebb8c2b79f5e3b393fcd3d5d6ca4b64ce5f27fd6c2e5

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 dbe0610eab90ca6b051cbc05efc6088b5997ca440fdd187a253340ec59754a32
MD5 aa2bac6d80db5bebfe080526c68717d7
BLAKE2b-256 e5a2842bfcd885d0f7fe8fc946574b0ac5645e0f91c4d15ad86ee11830823994

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 52bd19b6c74a40250d4a522187270a7ef8a34f9865514db3812998afb29b455d
MD5 a6bda4a9012a45e8fd891cddbc0a14c5
BLAKE2b-256 eeb89097bfcc2cce4b3bd71f7cfb4a42ef257083994393516b03c7cd15bee47a

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp38-cp38-macosx_26_0_x86_64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp38-cp38-macosx_26_0_x86_64.whl
Algorithm Hash digest
SHA256 78343e9274c79864f0b132088c39c9a8cde03818ce6a3ea35435c39581fd57f6
MD5 81b287ebbdc5bd6ad5b41f270a3bc170
BLAKE2b-256 ecf9cf6b5579a3145221854777c35134c6a4304ccff6f5df86ec486ad64b9e8d

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp38-cp38-macosx_26_0_universal2.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp38-cp38-macosx_26_0_universal2.whl
Algorithm Hash digest
SHA256 16ae5efefb82e74e7a93b39e09dd7f0d203bca7aafea1aa3b38006163e1a3753
MD5 2aa937de85438e7dbca0b31c6d892522
BLAKE2b-256 73ee455a675c66f3a65133c3f60a3b244ddca51d4302dd4a9062d76de9b60c0f

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp38-cp38-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp38-cp38-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 61053906bebe2f2962366e5559e05921559a62c6398d15e5fa3d181c849ec4cb
MD5 626f1e903101a30a7dac053f169bd6bd
BLAKE2b-256 6dc9e2eb945f30d03a087fa316f6364c0ea562d748424a36d149f7b36e5ef816

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp38-cp38-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp38-cp38-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 edf9376fe38d4b6162c4a2474441e8df806588751d6af6cf6d6dbe2065d0bef4
MD5 5cb6228be210d1beb5c39806300184a3
BLAKE2b-256 7d51ba4322b83b9d306e93b9d9b706891be55cb5f57824479cd77abc1a7f7477

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp38-cp38-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp38-cp38-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 c4228d6ef7c036e6fc316b36e9a5abbadd15a7afa57adbef2eeb4d27ed927c2e
MD5 5df122dbd0d35a4606dcebfecf69adb9
BLAKE2b-256 71bd53861c22971e1a01da7bf6ab17c31bed48964115b232155649f4e43e2530

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9db355b1fa5b1b479e88f3b0e1044cb587a85712f317253eb986f96eb9e54fe7
MD5 870c6e6dee1f49399c04e315f7c6bde2
BLAKE2b-256 6ac3d7bd3553fbd6d98c10a1ea284469fdf32fd0d061ac38fe8594bf2e71ec5c

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp37-cp37m-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp37-cp37m-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cca73b6e327bad7ba59a9f808ccb3e8841d3b2e408c4058dc0d5502ec8615261
MD5 ae252021ec0270f23ce72f3c5d011673
BLAKE2b-256 4189e58633a448fcd3227ddf687e36189dbfdb87e928883b723c63d30587a163

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp37-cp37m-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp37-cp37m-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 53e443086b8e8f223732782d40e2e36e5324229bb2d24fa9d750b59fb45210fa
MD5 61875facd06d4dbb30d8d3de94163d32
BLAKE2b-256 99e2d46a6224a73842b229f9ca68f2acbbf972cd3e4518980d94f5ef93a5a86f

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: fast_colorthief-0.0.5-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 60.6 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.8

File hashes

Hashes for fast_colorthief-0.0.5-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 7ab4688a898cd155a88e97928ca10a4e3e0b989f618712c84baff0190765ae73
MD5 d1514ba582af3b6913cc38870134dd27
BLAKE2b-256 8f2cf0a103ba638f86579830d75716040e59316d4d4defb061a7662a3788878e

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp36-cp36m-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for fast_colorthief-0.0.5-cp36-cp36m-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 11c7c21c742240a75b0b6c621dd4128e54eabe7c1859f6bcfcd66557cf32a2c9
MD5 d3179715567dfd029b7c314ebe737310
BLAKE2b-256 45452d882f443b233541bc5fa3c8f082b0b95898c8763eb628c7697c9acfe35f

See more details on using hashes here.

File details

Details for the file fast_colorthief-0.0.5-cp36-cp36m-macosx_12_0_x86_64.whl.

File metadata

  • Download URL: fast_colorthief-0.0.5-cp36-cp36m-macosx_12_0_x86_64.whl
  • Upload date:
  • Size: 58.3 kB
  • Tags: CPython 3.6m, macOS 12.0+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for fast_colorthief-0.0.5-cp36-cp36m-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 582a3f7c99784b944853f0adb5e918cd5662a291e741014889dac2883978f99f
MD5 6be8ba8dada157582c942aaf042f949d
BLAKE2b-256 f0459da58d0d8031b4067a35ffd4a3613d839da78df6c66f497db167c5016298

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page