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
[dependencies.image]
version = "0.25.1"

[package]
description = "A Rust library for automatically extracting prominent color palettes from images."
edition = "2021"
homepage = "https://github.com/siminx/image_palette"
license = "MIT"
name = "image-palette"
readme = "README.md"
repository = "https://github.com/siminx/image_palette"
version = "0.1.1"