blenderskool / pigmnts

🎨 Color palette generator from an image using WebAssesmbly and Rust
https://pigmnts.web.app
MIT License
73 stars 4 forks source link

Add new color spaces and support for weighted means #7

Closed blenderskool closed 4 years ago

blenderskool commented 4 years ago

Two new color spaces have been added:

Each of the 3 color spaces (LAB, HSL, RGB) can be converted to either of the color spaces. Conversion formulas were found here https://www.easyrgb.com/en/math.php

Support for weighted means was added which is applied during the recalculation step of the cluster center means.

Fixes #4 Fixes #6