1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:28:11 +00:00
serenity/Userland/Libraries/LibGfx/ICC
Nico Weber 2ff11bac3d LibGfx+icc: Implement half of lutAToBType and lutBToAType
These are among the permitted tag types of ATo0Tag and BToA0Tag,
which are among the required tags of most profiles. They are the
last permitted tag types for those profiles (the other are
lut8Type or lut16Type, which are already implemented).

They are pretty chonky types though, so this only implements
support for the E matrix and the CLUT. Support for the various
curves will be in a future PR.
2023-02-08 19:44:03 +00:00
..
DistinctFourCC.h LibGfx: Split ICC/Profile.{h,cpp} into several files 2023-01-28 00:27:07 +00:00
Profile.cpp LibGfx+icc: Implement half of lutAToBType and lutBToAType 2023-02-08 19:44:03 +00:00
Profile.h LibGfx: Split ICC/Profile.{h,cpp} into several files 2023-01-28 00:27:07 +00:00
Tags.cpp LibGfx: Split ICC/Profile.{h,cpp} into several files 2023-01-28 00:27:07 +00:00
Tags.h LibGfx: Add ICC v2 tags to tag list 2023-02-08 16:36:31 +00:00
TagTypes.cpp LibGfx+icc: Implement half of lutAToBType and lutBToAType 2023-02-08 19:44:03 +00:00
TagTypes.h LibGfx+icc: Implement half of lutAToBType and lutBToAType 2023-02-08 19:44:03 +00:00