# paletty-cli

> Generates a color palette from an image

Latest version **1.2.0** (published 2017-08-16) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install paletty-cli
pnpm add paletty-cli
yarn add paletty-cli
bun add paletty-cli
```

Provides the command `paletty-cli`.

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.2.0 |
| Published | 2017-08-16 |
| First published | 2017-08-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Florian Beeres |
| Maintainers | yuuki |

## Links

- npm: https://www.npmjs.com/package/paletty-cli
- Repository: https://github.com/cideM/paletty-cli
- Homepage: https://github.com/cideM/paletty-cli#readme
- Issues: https://github.com/cideM/paletty-cli/issues
- npm.io page: https://npm.io/package/paletty-cli

## Dependencies (7)

- [chalk](https://npm.io/package/chalk.md) ^2.1.0
- [paletty](https://npm.io/package/paletty.md) ^3.1.0
- [commander](https://npm.io/package/commander.md) ^2.11.0
- [get-pixels](https://npm.io/package/get-pixels.md) ^3.3.0
- [color-convert](https://npm.io/package/color-convert.md) ^1.9.0
- [es6-promisify](https://npm.io/package/es6-promisify.md) ^5.0.0
- [get-rgba-palette](https://npm.io/package/get-rgba-palette.md) ^2.0.1

## Recent versions

- 1.2.0 (latest) — 2017-08-16
- 1.1.0 — 2017-08-16
- 1.0.0 — 2017-08-15

## README

# paletty
Generate a color palette from an image

# Installation

Install it globally with the following command:
```
npm install -g paletty-cli
```

# Usage
paletty-cli [options] filepath

Options are:

* `-s, --size [number]` - The size of the color palette, e.g. paletty -s 5 path/to/img will return 5 colors.
* `-F, --format [hex|hsl|X|rgb]` - The output format of the colors
* `--no-color` - per default, the console output is colored according to the returned color. If paletty happens to return a dark color and your terminal has a dark background, that color may be impossible read. Use --no-color in that case.

---
_Source: https://npm.io/package/paletty-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
