Releases: t28hub/auto-palette
Releases · t28hub/auto-palette
v0.5.0
v0.4.0
- Introduce support for color format conversion to
CMYK
,ANSI16
, andANSI256
. - Enhance the
Swatch
struct with the addition of aratio
field, representing the proportion of the image that the color occupies. - Add
Theme::Colorful
for a more vibrant color selection in the palette. - Improve color selection criteria and scoring for better alignment with themes.
v0.3.0
v0.2.0
- Modify the
ImageData
interface to hold a reference to the image's pixel data, enhancing the efficiency of data handling. - Add the
image
feature, making the dependency on theimage
crate optional. This allows for more flexibility in feature usage. - Add the
wasm
feature, ensuring proper resolution of dependencies for WebAssembly targets. This enhances the library's compatibility with wasm-based applications.