colorspace-rs icon indicating copy to clipboard operation
colorspace-rs copied to clipboard

A color library for Rust

Results 8 colorspace-rs issues
Sort by recently updated
recently updated
newest added

I.e. what good old `RiQuantize` does. I think it's safe to assume a *dither amplitude* of `0.5`. This should be built-in. I do not see anyone wanting to see banding...

Hi, I'd like to use your library to convert some images from one colorspace to another. Most of this is a bit over my head. Would you mind providing an...

Currently it's not possible to build and use `colorspace 0.1.0` (the only version on crates.io) on any recent Rust version. This was fixed in commit 7bb5f1f, but no release has...

Hi. Sorry to ask for maintenance chores to be done. But would it be possible to push a git tag for the code corresponding to the release (singular so far,...

I'm writing code where I measure light output from various light sources with a spectrometer. And I want to convert this spectral data to XYZ (and other color spaces). But...

Hi there, do you have plans on adding yuv support? If not, any general guidelines on how to implement it on the library?

Update Rust edition from 2018 to 2021 Fix rustc warnings Fix clippy warnings