1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 07:28:11 +00:00
serenity/Userland/Libraries/LibGfx/ICC
Nico Weber b161f5ea05 LibGfx: Make ICC reader check that profile size is a multiple of 4
With this, I would've found e8bd067ce5 earlier.

(If this turns out to be too strict in practice, we can always relax
it again.)
2023-02-24 19:17:20 +01:00
..
BinaryFormat.h LibGfx: Move NamedColorHeader to BinaryFormat.h 2023-02-19 23:46:36 +01:00
BinaryWriter.cpp LibGfx: Pad last element in ICC files to 4-byte boundary too 2023-02-23 16:39:17 +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 LibGfx: Make ICC reader check that profile size is a multiple of 4 2023-02-24 19:17:20 +01:00
Profile.h LibGfx: Add fallible ICC::Profile::try_for_each_tag 2023-02-19 23:46:36 +01: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 LibGfx: Mark a few ICC:NamedColor2TagData methods as const 2023-02-19 23:46:36 +01:00
TagTypes.h LibGfx: Implement serialization of LutAToBTagData and LutBToATagData 2023-02-23 15:35:02 +01:00