mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:37:35 +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:
parent
19d3821354
commit
d8867f8077
3 changed files with 199 additions and 0 deletions
|
@ -25,6 +25,7 @@ set(SOURCES
|
|||
Font/Typeface.cpp
|
||||
Font/WOFF/Font.cpp
|
||||
GIFLoader.cpp
|
||||
ICCProfile.cpp
|
||||
ICOLoader.cpp
|
||||
ImageDecoder.cpp
|
||||
JPGLoader.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue