Show HN: I am developing a type safe colorspace library for Rust(crates.io)
crates.io
Show HN: I am developing a type safe colorspace library for Rust
https://crates.io/crates/colortypes
3 comments
Why would someone use this over palette (https://github.com/Ogeon/palette)?
With the new release it appears to be at least 10% faster than palette
I also implemented a ton of new features :)
https://crates.io/crates/colortypes/0.5.1
https://crates.io/crates/colortypes/0.5.1
less implementation and extensibility complexity whilst aiming to provide complex and fast conversions that cannot fail for an image type suitable for image processing needs.
It allows you to specify your own colortypes and easily use the same syntax for converting between your custom color types!
I also started working on a custom image type that can do math :)