I wrote an image color matching algorithm in Rust

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • crates.io

    The Rust package registry

  • Interesting! The matrices I used assumed sRGB as well. Tried accessing the github repo from the crates.io page but it's a 404.

  • srgb.rs

    Implementation of sRGB primitives and constants

  • https://github.com/mina86/srgb.rs though you won’t find the matrix there since it uses https://github.com/mina86/rgb_derivation to calculate it.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • rgb_derivation

    Routines for calculation XYZ-RGB conversion matrices from white point and primaries

  • https://github.com/mina86/srgb.rs though you won’t find the matrix there since it uses https://github.com/mina86/rgb_derivation to calculate it.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts