Library that allows to get a color palette from an image.
Project description
color_palette_at
color_palette_at is a Python library that returns a list of most often occuring colors in the given image.
You can define number of colors and color values format that will be returned.
Currently supported formats:
hex
Installation
Use the package manager pip to install color_palette_at:
pip install color_palette_at
Usage
from color_palette_at import ColorPalette
print(ColorPalette('path/to/an/image.jpg', 5, 'hex'))
# Expected result:
# ['#e0bb1e', '#c79121', '#b37027', '#ba6432', '#851f16']
Tests
You will need a pytest library to run tests. After installation of said module, run this command in a directory where the color_palette_at library is located:
pytest
To run all the tests.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
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
File details
Details for the file color_palette_at-0.1.8.tar.gz
.
File metadata
- Download URL: color_palette_at-0.1.8.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a83a1fae0bbc1f233ab80b8fd520d570c8bdf7d13585bb27d8fe1907a841993d |
|
MD5 | 71890b8c12d39998ab76ce0d2ff830ad |
|
BLAKE2b-256 | e866a075be6c02e01f9dfb8c3134f015db7893f4ac33b3747490e60f72164fd7 |