1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:27:46 +00:00

LibGfx: Split ICC/Profile.{h,cpp} into several files

s15Fixed16Number and XYZNumber are somewhat awkwardly duplicated
in both Profile.cpp and TagTypes.cpp. Other than that, this is a
pure code move.

No behavior change.
This commit is contained in:
Nico Weber 2023-01-27 14:58:02 -05:00 committed by Linus Groh
parent 6d51d8ad32
commit b5deccf859
9 changed files with 876 additions and 781 deletions

View file

@ -29,6 +29,8 @@ set(SOURCES
GradientPainting.cpp
GIFLoader.cpp
ICC/Profile.cpp
ICC/Tags.cpp
ICC/TagTypes.cpp
ICOLoader.cpp
ImageDecoder.cpp
JPGLoader.cpp