Sha256: 35df9bd5070993e6296302294d75ca2941e656ff9c99718d84786a30cee78a9f

Contents?: true

Size: 675 Bytes

Versions: 1

Compression:

Stored size: 675 Bytes

Contents

# Camalian

Ruby gem to extract color palettes from images and play with their saturation

## Installation

Add this line to your application's Gemfile:

    gem 'camalian', '~> 0.0.3'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install camalian

## Usage

    image = Camalian::load('file_path')
    colors = image.prominent_colors(15)
    colors = colors.sort_similar_colors
    colors.light_colors(0, 40)

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
camalian-0.0.3 README.md