Skip to content

Releases: t28hub/auto-palette

v0.3.0

19 May 06:15
c7b3993
Compare
Choose a tag to compare
  • Add multiple color spaces, including the following:
    • HSL
    • HSV
    • CIE L*u*v*
    • LCH(ab)
    • LCH(uv)
    • Oklch
    • Oklab
  • Add the image feature to the default features, enhancing the flexibility of library usage.

v0.2.0

09 May 11:34
c32ebc7
Compare
Choose a tag to compare
  • 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 the image 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.

v0.1.1

30 Apr 07:16
53ab84b
Compare
Choose a tag to compare

v0.1.1

  • Improve the default swatch selection algorithm by using swatch population.
  • Fix the compilation error in the algorithm, image_path and image_url examples.

v0.1.0

29 Apr 13:31
69e5201
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

v0.1.0

  • Initial release.