Socket
Book a DemoInstallSign in
Socket

lsrs-color_palette

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lsrs-color_palette

bundlerRubygems
Version
0.0.2
Version published
Maintainers
1
Created
Source

#!/opt/local/bin/ruby

== Synopsis

color_palette prints the colors used in an image in order of usage.

== Examples

This command prints the 32 most used colors in the image barbie.jpg

color_palette barbie.jpg

Other examples:

color_palette -n 16 barbie.jpg

== Usage

color_palette [options] image_file

For help use: color_palette -h

== Options

-h, --help Displays help message

-v, --version Display the version, then exit

-n [NUM] Set the number of colors to print in the palette (default is 32)

== Author

Matthew Shanley

http://www.opensource.org/licenses/mit-license.php

FAQs

Package last updated on 11 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts