rcms 0.1.0

ICC color management library
Documentation
  • Coverage
  • 79.96%
    391 out of 489 items documented5 out of 124 items with examples
  • Size
  • Source code size: 191.99 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 16.96 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 29s Average build duration of successful builds.
  • all releases: 29s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • cpsdqs/rcms
    4 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • cpsdqs

rcms

An ICC color management library; heavily based on Little CMS.

Currently sparsely implemented and prone to crashing from a todo!().

What this library will do:

  • read and write ICC profiles
  • create pipelines to transform colors between profiles

What this library will not do:

  • efficiently transform big arrays of pixels
  • handle pixel formats

To facilitate alternate implementations of color transforms (e.g. on the GPU), all pipeline internals are exposed in the API.