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

LibGfx: Start adding a class for handling ICC color profiles

For now, this checks the magic number and reads file version and
device class.
This commit is contained in:
Nico Weber 2022-12-26 08:21:26 -05:00 committed by Andrew Kaster
parent 19d3821354
commit d8867f8077
3 changed files with 199 additions and 0 deletions

View file

@ -25,6 +25,7 @@ set(SOURCES
Font/Typeface.cpp
Font/WOFF/Font.cpp
GIFLoader.cpp
ICCProfile.cpp
ICOLoader.cpp
ImageDecoder.cpp
JPGLoader.cpp