Attempt at converting an image palette to Srcery, this is very early stages and is very much a work in progress.
Requires rust, cargo
cargo run -- --help
Convert input image to srcery colorscheme
Usage: srcery-convert <INPUT> <OUTPUT>
Arguments:
<INPUT>
<OUTPUT>
Options:
-h, --help Print help
-V, --version Print version
Build a release build to improve speed:
cargo build --release
Then run:
# binary
target/release/srcery-convert -- input.png output.png