Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish this as a crate that I can reuse from other Rust apps #47

Open
alexwlchan opened this issue Jul 12, 2024 · 0 comments
Open

Publish this as a crate that I can reuse from other Rust apps #47

alexwlchan opened this issue Jul 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@alexwlchan
Copy link
Owner

Currently the only way to use this tool is through the command-line, which is inefficient for other Rust tools.

It would be nice if it was published as a crate that I could reuse from other apps.

Here's a basic interface:

pub fn find_dominant_colors(path: &PathBuf, max_colors: usize) -> Vec<palette::Lab> {}

pub fn choose_best_color_for_bg(colors: Vec<palette::Lab>, background: palette:Lab>) -> palette::Lab {}
@alexwlchan alexwlchan added the enhancement New feature or request label Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant