vibrant 0.1.0

Extract vibrant colors from an image file. Can be used as a library, but also contains a simple executable.
docs.rs failed to build vibrant-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Extract significant colors from images

The idea the extract 'vibrant' colors is adopted from the palette library from Android (by Google). The implementation is based on the excellent work of vibrant-js and color_quant.