colcon

Crates.iocolcon
lib.rscolcon
version0.10.1
sourcesrc
created_at2022-09-09 07:57:47.165235
updated_at2024-07-09 18:38:29.920261
descriptionComprehensive colorspace conversions in Rust.
homepage
repositoryhttps://github.com/Beinsezii/colcon
max_upload_size
id661621
size171,108
(Beinsezii)

documentation

README

ColCon 0.10.1

Comprehensive colorspace conversions in Rust.

Features

  • Pure Rust, no dependencies.
  • sRGB, RGB, CIE XYZ, CIE LAB, Oklab, JzAzBz, HSV
    • LCH/Cylindrical versions of all LAB spaces
  • Most functions compile to a C lib
  • Generic over F32/F64 with const alpha channel
  • FMA3 used where supported
  • Accurate across a wide variety of tests, referencing colour-science

Future

  • std::simd either after stabilization or as a nightly feature
  • More spaces?

F.A.Q.

Question Answer
Why? I greatly enjoy working with Uniform Color Spaces and wish to see them become more accessible and easy to use.
Commit count: 151

cargo fmt