image-palette 0.1.1

A Rust library for automatically extracting prominent color palettes from images.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "image-palette"

version = "0.1.1"

edition = "2021"

license = "MIT"

description = "A Rust library for automatically extracting prominent color palettes from images."



repository = "https://github.com/siminx/image_palette"

homepage = "https://github.com/siminx/image_palette"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

image = "0.25.1"