bitaculous / dolour

Extract the dominate colors from an image.

Home Page:https://bitaculous.github.io/dolour/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extract the dominate colors from an image.

Install

  1. Clone the repository and switch to it:

    $ git clone git@github.com:bitaculous/dolour.git
    $ cd dolour
    
  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>

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.

About

Extract the dominate colors from an image.

https://bitaculous.github.io/dolour/

License:MIT License


Languages

Language:Ruby 100.0%