okaneco / kmeans-colors

k-means clustering library and binary to find dominant colors in images
Apache License 2.0
133 stars 9 forks source link

Update readme with troubleshooting, how to add crate as lib to a project #34

Closed okaneco closed 3 years ago

okaneco commented 3 years ago

Add troubleshooting information to help with confusing error message if the --colors flag doesn't parse valid colors on the command line. Add Cargo.toml example to show how to add the library to a project.

Closes #33