Skip to content

gg0074x/paltone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Paltone color palette

๐ŸŽจ Paltone

A CLI for extracting a color palette from an image

Website

You can now test Paltone online here!

๐Ÿ–Œ๏ธ Features

  • Extract colors from an image, listed by most used
  • Generation of images with the color palette
  • Extract the colors as a JSON string printed to the terminal

๐Ÿ’พ Installation

Requisites:

  • cargo
  • rust

Clone the repository and install by executing cargo install --path . in the repo directory

๐Ÿ—’๏ธ Usage

Usage: paltone [OPTIONS] <COMMAND>

Commands:
  extract  Extract colors from an image and print the palette to the terminal
  json     Extract colors from an image and print the palette to the terminal as JSON string
  image    Extract colors from an image and save as another image file
  help     Print this message or the help of the given subcommand(s)

Options:
  -q, --quantity <QUANTITY>    Number of colors to show on the list
  -t, --tolerance <TOLERANCE>  Higher values will extract less colors
  -h, --help                   Print help
  -V, --version                Print version

About

CLI for extracting color palettes from images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages