colorthief is a minimalistic python module that can be used without adding overhead or many dependencies to your script for grabbing the dominant color or a representative color palette of an image using Pillow. WWW: https://github.com/fengsp/color-thief-py/ PR: 266118
4 lines
212 B
Text
4 lines
212 B
Text
colorthief is a minimalistic python module that can be used without
|
|
adding overhead or many dependencies to your script for grabbing
|
|
the dominant color or a representative color palette of an image
|
|
using Pillow.
|