ladybird/Userland/Libraries/LibGfx/ICC
Nico Weber 54448040ec ICC: Verify curve types have valid types
LutAToBTagData::from_bytes() and LutBToATagData::from_bytes() already
reject curves for which this isn't true with an error.

Ensure potential future callers of the constructors get it right too.
2023-05-04 16:11:07 +02:00
..
BinaryFormat.h ICC: Rename XYZ and XYZNumber fields to uppercase 2023-04-29 06:49:36 +02:00
BinaryWriter.cpp LibGfx: Drop tags of unknown type instead of writing invalid icc files 2023-02-24 19:42:00 +01:00
BinaryWriter.h LibGfx: Add start of an ICC profile writer 2023-02-17 20:05:50 -07:00
DistinctFourCC.h LibGfx: Split ICC/Profile.{h,cpp} into several files 2023-01-28 00:27:07 +00:00
Profile.cpp ICC: Prepare for eventually implementing conversions for LUT profiles 2023-05-04 16:11:07 +02:00
Profile.h ICC: Prepare for eventually implementing conversions for LUT profiles 2023-05-04 16:11:07 +02:00
Tags.cpp LibGfx: Split ICC/Profile.{h,cpp} into several files 2023-01-28 00:27:07 +00:00
Tags.h LibGfx: Add v2 "ncol" tag, expand comment 2023-02-14 19:28:13 +01:00
TagTypes.cpp ICC: Verify curve types have valid types 2023-05-04 16:11:07 +02:00
TagTypes.h ICC: Verify curve types have valid types 2023-05-04 16:11:07 +02:00
WellKnownProfiles.cpp ICC: Add comment with a link to WellKnownProfiles.cpp 2023-04-29 06:49:36 +02:00
WellKnownProfiles.h LibGfx/ICC: Extract sRGB_curve() function 2023-04-11 18:23:07 +02:00