Detect and recognize colors in images
Project description
ColorDetect
ColorDetect
Documentation |
Package
ColorDetect works to recognize and identify different colors in an image.
Installation
pip install ColorDetect
Basic Usage
from colordetect import ColorDetect
user_image = ColorDetect(<path_to_image>)
# return dictionary of color count. Do anything with this
user_image.get_color_count()
# write color count
user_image.write_color_count()
# optionally, write any text to the image
user_image.write_text(text="any text")
# save the image after using either of the options (write_color_count/write_text) or both
user_image.save_image(<storage_path>,<image_name>)
Resultant image is stored in the string storage_path
of choice with the image_name
which will default to the current location and out.jpg respectively by default.
Project Documentation
For further project documentation, visit ColorDetect's page
Contributions
Contributions are welcome. Do remember to take a look at the project contribution guidelines
Tests
To run tests:
pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ColorDetect-0.2.0.tar.gz
(8.3 kB
view details)
File details
Details for the file ColorDetect-0.2.0.tar.gz
.
File metadata
- Download URL: ColorDetect-0.2.0.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fde0fda6ca8d2de4ea67292651d54fac52c172a5d9fb20959f90d1cdc905c81e |
|
MD5 | f487ffdb114b1c38abc0f70dc33b0258 |
|
BLAKE2b-256 | 384d605e0fbdf48faa318554e644f232925220cad2c0ae10f6abdcb744c4112d |