1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:57: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:
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

@ -10,6 +10,7 @@
#include <LibCore/DateTime.h>
#include <LibCore/MappedFile.h>
#include <LibGfx/ICC/Profile.h>
#include <LibGfx/ICC/Tags.h>
#include <LibGfx/ImageDecoder.h>
template<class T>