1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-30 03:32:34 +00:00
serenity/Userland/Libraries/LibGfx/ICC
Nico Weber c25538b2e3 LibGfx/ICC: Implement conversion to PCS for AToB*Tags using mAB
...as long as the mAB tag doesn't have A curves and a CLUT.

With this, we can convert images that use AToB* tags to the profile
connection space (and then from there to, say, sRGB), if the AToB* tag
uses the mAB format.

We can't yet do this if the mAB tag has A curves or a CLUT.

We can't convert back from PCS to this space yet.

We don't yet handle AToB* tags that use mft1 or mft2 instead of mAB.
2023-10-26 11:07:43 +02:00
..
BinaryFormat.h
BinaryWriter.cpp
BinaryWriter.h
DistinctFourCC.h
Profile.cpp LibGfx/ICC: Implement conversion to PCS for AToB*Tags using mAB 2023-10-26 11:07:43 +02:00
Profile.h LibGfx: Add method to get String data from an ICC Profile tag 2023-07-20 08:02:12 +01:00
Tags.cpp
Tags.h
TagTypes.cpp LibGfx/ICC: Avoid overflow when constructing NamedColor2TagData 2023-10-26 10:59:22 +02:00
TagTypes.h LibGfx/ICC: Implement conversion to PCS for AToB*Tags using mAB 2023-10-26 11:07:43 +02:00
WellKnownProfiles.cpp
WellKnownProfiles.h