mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:47:44 +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:
parent
6d51d8ad32
commit
b5deccf859
9 changed files with 876 additions and 781 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue