1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 22:38:12 +00:00
serenity/Userland/Libraries/LibGfx/ICC
Nico Weber 8b8b7b232e LibGfx: Add start of an ICC profile writer
For now, this can write the profile header.

`icc` refuses to dump its contents since the required copyrightTag,
profileDescriptionTag, and required per-device-class tags are missing,
but it looks ok in a hex editor.
2023-02-17 20:05:50 -07:00
..
BinaryFormat.h LibGfx: Add a XYZ->XYZNumber conversion constructor 2023-02-17 20:05:50 -07:00
BinaryWriter.cpp LibGfx: Add start of an ICC profile writer 2023-02-17 20:05:50 -07:00
BinaryWriter.h LibGfx: Add start of an ICC profile writer 2023-02-17 20:05:50 -07:00
DistinctFourCC.h LibGfx: Split ICC/Profile.{h,cpp} into several files 2023-01-28 00:27:07 +00:00
Profile.cpp LibGfx: Move ICC ProfileFileSignature into a constant in BinaryFormat.h 2023-02-17 20:05:50 -07:00
Profile.h LibGfx: Add an accessor for the raw ICC Version minor_and_bugfix byte 2023-02-17 20:05:50 -07:00
Tags.cpp LibGfx: Split ICC/Profile.{h,cpp} into several files 2023-01-28 00:27:07 +00:00
Tags.h LibGfx: Add v2 "ncol" tag, expand comment 2023-02-14 19:28:13 +01:00
TagTypes.cpp LibGfx: Move ICC on-disk structs to new BinaryFormat.h 2023-02-17 20:05:50 -07:00
TagTypes.h LibGfx: Validate presence of curves for lutAToBType and lutBToAType 2023-02-13 00:15:02 +00:00