rcms

Crates.iorcms
lib.rsrcms
version0.1.0
sourcesrc
created_at2020-04-01 10:32:25.302573
updated_at2020-04-01 10:32:25.302573
descriptionICC color management library
homepage
repositoryhttps://github.com/cpsdqs/rcms
max_upload_size
id225139
size191,996
caaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaat (cpsdqs)

documentation

README

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.

Commit count: 9

cargo fmt