Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krmax44/vibrant-colors
A CLI for getting vibrant colors from an image.
https://github.com/krmax44/vibrant-colors
cli colors image vibrant
Last synced: about 2 months ago
JSON representation
A CLI for getting vibrant colors from an image.
- Host: GitHub
- URL: https://github.com/krmax44/vibrant-colors
- Owner: krmax44
- License: mit
- Created: 2019-06-05T19:37:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T04:43:38.000Z (almost 5 years ago)
- Last Synced: 2024-10-08T09:34:02.947Z (3 months ago)
- Topics: cli, colors, image, vibrant
- Language: JavaScript
- Size: 216 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vibrant Colors
A CLI for getting vibrant colors from an image using node-vibrant.
![Preview](screenshot.png)
## Usage
```bash
# install it globally
npm i -g vibrant-colors
vibrant-colors my-photo.jpg# or try it with npx
npx vibrant-colors my-photo.jpg
```## Options
See `vibrant-colors --help`:
```
Usage: index [options]Options:
-V, --version output the version number
-q, --quality Quality: Scale down factor used in downsampling stage. 1 means no downsampling.
If maxDimension is set, this value will not be used. Default: 5.
-c, --color-count Color count: amount of colors in initial palette from which the swatches will be generated. Default: 64
-h, --help output usage information
```