Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 563 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 563 Bytes

Palette

Rust

single-machine large-scale calculation of dominant color solution

usage

git clone https://github.com/zhengrenzhe/Palette.git
cargo run -- -c ./tests/example.json # calculate test images

test

cargo test

view test output

cargo test
open target/a.ppm # view png decode result (as ppm)
open target/b.ppm # view jpg decode result (as ppm)