Colorgram.py Versions Save

A Python module for extracting colors from images. Get a palette of any picture!

v1.2.0

5 years ago

Pillow Image objects can now be passed directly to extract.

v1.1.0

7 years ago

Colors are now namedtuples, so values can be accessed through, for example, Color.rgb.g or Color.hsl.h.

v1.0.0

7 years ago

The complete colorgram.py. Results accurate to those of colorgram.js 0.1.5, which at the time of writing is the latest.