Skip to content

Releases: MarvinKweyu/ColorDetect

ColorDetect v0.3.0

26 Sep 08:33
Compare
Choose a tag to compare

0.3.0 (26-09-2020)

Features

  • Video color detection and recognition

Documentation

  • Include video color detection documentation
  • Correction in package imports

ColorDetect v0.2.0

13 Aug 13:59
Compare
Choose a tag to compare

Features

  • Write text onto the image other than color count.

Misc

  • Add documentation for the write_text method and breaking changes.
  • Add a test suite for writing text.

ColorDetect v0.1.7

15 May 05:46
Compare
Choose a tag to compare

Features

  • Switch return of key-value pair to color output as key and percentage as value.Maintain the uniqueness of dictionary keys.

ColorDetect v0.1.6

18 Apr 10:58
Compare
Choose a tag to compare

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.

ColorDetect v0.1.5

11 Apr 12:01
Compare
Choose a tag to compare

Return RGB values in rounded number format.
Improve documentation changelog.

ColorDetect v0.1.4

11 Apr 07:36
Compare
Choose a tag to compare
  • Get the most dominant color without predefined sets
  • Split production and dev requirements.
  • Update CI config file for the installation of dependencies.
  • Allow a plain dictionary to be obtained with color recognition from the image before writing onto it.
  • Format display of percentage and RGB values

ColorDetect v0.1.3

11 Apr 07:30
Compare
Choose a tag to compare
  • Bug fixes with image read
  • Bug fix wit test suit
  • Documentation update and bug fixes with links.

ColorDetect v0.1.2

11 Apr 07:24
Compare
Choose a tag to compare
  • Let the user specify the image path and file to store
  • Update project requirement file and contribution guidelines.

ColorDetect v0.1.1rc

22 Mar 09:46
Compare
Choose a tag to compare
ColorDetect v0.1.1rc Pre-release
Pre-release
  • Project refactor and creating of tests
  • Prevent display of vector images during image processing
  • Echo color count to screen and terminate the program with successful message upon completion