1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 00:37:35 +00:00

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.
This commit is contained in:
Nico Weber 2023-02-17 13:21:26 -05:00 committed by Andrew Kaster
parent e8a2c17f8f
commit 8b8b7b232e
3 changed files with 92 additions and 0 deletions

View file

@ -28,6 +28,7 @@ set(SOURCES
Font/WOFF/Font.cpp
GradientPainting.cpp
GIFLoader.cpp
ICC/BinaryWriter.cpp
ICC/Profile.cpp
ICC/Tags.cpp
ICC/TagTypes.cpp