- Docs configuration for build
- Update setup requirements for new packaging system
- ColorDetect fails when it gets multiple colors of the same dominance.
- Perform color recognition on a video at a specific time
- Extract image from video at a specific time
- Update contribution readme with pre-commit configuration.
- Linting of code
- Perform color recognition on images based on URL passed
- Contribution pre-commit file linting
- Tests passing locally and failing remotely
- Documentation update
- Video processing percentage display fix
- Validate RGB font color input and add tests for it
- Input RGB values instead of inverted BGR in writing color count and text
- Fix error in image display of masked image
- Format documentation to fix side panel and have structure in sections
- Image color segmentation, masking and monochromatic colors on specific image sections
- Add a return of human readable colors.
- Update ColorDetect module documentation to show method params
- Add a return of human readable colors.
- Update ColorDetect module documentation to show method params
- Move to version
1.3.0rc
due to error in1.1.1
packaging
- Update setup to show correct package version.
- Enable customization of text input from the user as well as color count being written to the image
- Add contributors to readme and update project documentation with relevant parameter methods
- Add pre-commit hooks for better contribution styling
- Update readme with development guide.
- Creation of col_share module. Split methods non-exclusive to VideoColor and ColorDetect
- Include col_share documentation.
- Update readme to reflect col_share.
- Perform check to ensure the color description has content before writing color count.
- Video color detection and recognition
- Include video color detection documentation
- Correction in package imports
- Enable input of custom text onto the image
- Add
write_text
method along with other breaking changes to the documentation
- Invert return of recognized colors dictionary. Return the colors as keys and percentages as values to avoid duplicate dictionary keys.
- Add color format return options. Include RGB, hex and hsv
- Add tests suite and move test files out of project root.
- Add contributions file
- Update dev requirements
- Improve methods types specification and exception catching.
- Return a whole number for the RGB value instead of float.
- Add changelog to the documentation.
- Allow recognition of non pre-defined color sets
- Allow a plain dictionary to be obtained with color recognition from the image before writing onto it.
- Format display of percentage and RGB values
- Update CI config file with correct requirements path.
- Correct test running instructions on README.
- Publish package documentation ColorDetect
- Add versioning to readme and edit dev requirements.
- Change image reading from command-line to ColorDetect object initialization.
- Fix image reading.
- Split dev and base requirements.
- Include project license
- Initial release