Extract the dominate colors from an image.
-
Clone the repository and switch to it:
$ git clone git@github.com:bitaculous/dolour.git $ cd dolour
-
Run
bundle
to install all dependencies with Bundler
Place the to be examined images into the images
folder.
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>
All credit goes to Jon Buda for Miro and Milo Winningham for Colorscore, which both are used under the hood.
Dolour is released under the MIT License (MIT), see LICENSE.