ColorDetect Changelog

1.6.0 (22-09-2022)

Features

  • Perform color recognition on a video at a specific time

  • Extract image from video at a specific time

1.5.1 (30-08-2021)

Docs

  • Update contribution readme with pre-commit configuration.

Fix

  • Linting of code

1.5.0 (11-08-2021)

Features

  • Perform color recognition on images based on URL passed

1.4.6 (07-09-2021)

Docs

  • Contribution pre-commit file linting

Bug Fixes

  • Tests passing locally and failing remotely

1.4.5 (06-28-2021)

Bug Fixes

  • Documentation update

1.4.3 (06-28-2021)

Bug Fixes

  • Video processing percentage display fix

1.4.3 (03-29-2021)

Bug Fixes

  • Validate RGB font color input and add tests for it

1.4.2 (03-09-2021)

Bug Fixes

  • Input RGB values instead of inverted BGR in writing color count and text

1.4.1 (02-09-2021)

Documentation

  • Fix error in image display of masked image

  • Format documentation to fix side panel and have structure in sections

1.4.0 (02-09-2021)

Features

  • Image color segmentation, masking and monochromatic colors on specific image sections

1.3.0 (02-02-2021)

Features

  • Add a return of human readable colors.

Documentation

  • Update ColorDetect module documentation to show method params

1.3.0rc (18-01-2021)

Features

  • Add a return of human readable colors.

Documentation

  • Update ColorDetect module documentation to show method params

  • Move to version 1.3.0rc due to error in 1.1.1 packaging

1.1.1 (17-01-2021)

Documentation

  • Update setup to show correct package version.

1.1.0 (17-01-2021)

Features

  • Enable customization of text input from the user as well as color count being written to the image

Documentation

  • Add contributors to readme and update project documentation with relevant parameter methods

1.0.1 (23-11-2020)

Features

  • Add pre-commit hooks for better contribution styling

Documentation

  • Update readme with development guide.

1.0.0 (03-10-2020)

Features

  • Creation of col_share module. Split methods non-exclusive to VideoColor and ColorDetect

Documentation

  • Include col_share documentation.

  • Update readme to reflect col_share.

0.3.1 (17-10-2020)

Bug fix

  • Perform check to ensure the color description has content before writing color count.

0.3.0 (26-09-2020)

Features

  • Video color detection and recognition

Documentation

  • Include video color detection documentation

  • Correction in package imports

0.2.0 (13-08-2020)

Features

  • Enable input of custom text onto the image

Documentation

  • Add write_text method along with other breaking changes to the documentation

0.1.7 (17-04-2020)

Features

  • Invert return of recognized colors dictionary. Return the colors as keys and percentages as values to avoid duplicate dictionary keys.

0.1.6 (17-04-2020)

Features

  • Add color format return options. Include RGB, hex and hsv

Misc

  • Add tests suite and move test files out of project root.

  • Add contributions file

  • Update dev requirements

  • Improve methods types specification and exception catching.

0.1.5 (11-04-2020)

Features

  • Return a whole number for the RGB value instead of float.

Documentation

  • Add changelog to the documentation.

0.1.4 (5-04-2020)

Features

  • 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

Bugfixes

  • Update CI config file with correct requirements path.

  • Correct test running instructions on README.

Improved Documentation

Misc

  • Add versioning to readme and edit dev requirements.


0.1.3 (22-03-2020)

Features

  • Change image reading from command-line to ColorDetect object initialization.

Bug fixes

  • Fix image reading.

Misc

  • Split dev and base requirements.


0.1.2 (22-03-2020)

Features

  • Include project license


0.1.1 (22-03-2020)

  • Initial release