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:
parent
e8a2c17f8f
commit
8b8b7b232e
3 changed files with 92 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue