Expand description

A library to extract prominent colors from an image.

This library is a reimplementation of the Palette library in Android Jetpack. Android Jetpack is Copyright 2018 The Android Open Source Project. Android Jetpack is licensed under the Apache License, Version 2.0.

Original source.

Android Jetpack license.

Re-exports

pub use image;

Structs

The default filter included in every crate::PaletteBuilder by default.

A color palette derived from an image.

A builder for a new Palette.

Constants

The default amount of colors to calculate at maximum while quantizing an image.

The default area to resize the given image to before quantizing;

Traits

A trait used to implement filters for the image quantization process.