color-theme 0.1.0

A CLI tool to extract a colour 'palette' and theme color from an image.
Documentation
[[bin]]
name = "color-theme"
path = "src/bin.rs"

[dependencies.image]
version = "0.24.5"

[lib]
name = "color_theme"
path = "src/lib.rs"

[package]
categories = ["graphics", "multimedia::images"]
description = "A CLI tool to extract a colour 'palette' and theme color from an image."
edition = "2021"
keywords = ["image", "color", "theme", "palette", "quantization"]
license = "MIT"
name = "color-theme"
readme = "README.md"
repository = "https://github.com/Si1veR123/color-theme-rs"
version = "0.1.0"