Magick::ImageColors
Color analysis of image. rmagick enhancement class.
Installation
Add this line to your application's Gemfile:
gem 'rmagick-image_colors'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rmagick-image_colors
Usage
image_colors = Magick::ImageColors.new('http://example.com/image_colors.png')
image_colors.colors
image_colors = Magick::ImageColors.new('spec/fixtures/test.jpg')
image_colors.colors
Contributing
- Fork it ( https://github.com/shiro16/rmagick-image_colors/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request