mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49: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
Notes:
sideshowbarker
2024-07-17 06:39:26 +09:00
Author: https://github.com/nico
Commit: b5deccf859
Pull-request: https://github.com/SerenityOS/serenity/pull/17207
Reviewed-by: https://github.com/linusg ✅
9 changed files with 876 additions and 781 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue