Skip to content

srcery-colors/srcery-convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Srcery convert

Attempt at converting an image palette to Srcery, this is very early stages and is very much a work in progress.

Requirements

Requires rust, cargo

Usage

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

License

MIT

About

WIP Convert images to srcery palette

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages