Dolour

Extract the dominate colors from an image.

View the Project on GitHub bitaculous/dolour

Install

  1. Clone the repository

    $ git clone git@github.com:bitaculous/dolour.git
    
  2. Run bundle to install all dependencies with Bundler

Usage

Place the to be examined images into the images folder.

Tasks

Extract the dominate colors:

$ thor dolour:extract <COLOR_COUNT = 4>

Extract the dominate colors with Miro:

$ thor miro:extract <IMAGE> <COLOR_COUNT = 4>

Extract the dominate colors with Colorscore:

$ thor colorscore:extract <IMAGE> <COLOR_COUNT = 4>

Code Status

Gemnasium Status

Credits

All credit goes to Jon Buda for Miro and Milo Winningham for Colorscore, which both are used under the hood.

License

Dolour is released under the MIT License (MIT), see LICENSE.