gamut-icc 0.1.1

ICC color profile (ICC.1:2022) parser and serializer — header, tag table, and tag element types — for gamut image metadata.
Documentation
1
2
3
4
5
6
7
8
9
//! The ICC profile writer.

/// Writer for an ICC profile blob.
///
/// Will serialise an [`crate::IccProfile`] back to bytes: the header, the tag table, and the
/// (offset-aligned) tag element data, recomputing `size` and the profile ID. A round-trip
/// (parse → serialize) must preserve the profile's color behaviour. Implementation pending (see
/// issue #34).
pub struct IccWriter;