Live data from Hacker News

Show HN: I am developing a type safe colorspace library for Rust

crates.io

1–4 of 4 posts

Show HN: I am developing a type safe colorspace library for Rust

#1
After two weeks of planning and figuring out how to manage conversions safely, I have finally published the first version of my crate :)

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 :)

Show HN: I am developing a type safe colorspace library for Rust
crates.io

Re: Show HN: I am developing a type safe colorspace library for Rust

#3
post #2

Why would someone use this over palette ( https://github.com/Ogeon/palette )?

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.

Re: Show HN: I am developing a type safe colorspace library for Rust

#4
post #2

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