serenity/Tests/LibGfx
Nico Weber 2c8b3fed71 Tests: Add a test for Gfx::ICC::encode()
The test verifies that loading an icc file and serializing it
again produces exactly the same output as the input. That's not
always the case, but often. It requires the input file either
not having any padding or using null bytes as padding, it
requires the input file putting tag data in the order the
tag data is referenced in in the tag table, and it requires the
input file only using known tag types (which at the moment
means it only works for v4 profiles, but that part will change
in the future).

The new file p3-v4.icc was extracted from a jpeg taken by an
iPhone Mini.
2023-02-19 08:12:04 +00:00
..
test-inputs Tests: Add a test for Gfx::ICC::encode() 2023-02-19 08:12:04 +00:00
BenchmarkGfxPainter.cpp
CMakeLists.txt Tests: Add a basic ICC profile test 2023-02-01 19:19:30 +01:00
TestFontHandling.cpp LibGfx: Pass font width to FontDatabase::get() 2023-02-05 08:06:06 +00:00
TestICCProfile.cpp Tests: Add a test for Gfx::ICC::encode() 2023-02-19 08:12:04 +00:00
TestImageDecoder.cpp LibGfx: Rename JPGLoader to JPEGLoader 2023-02-18 23:56:24 +01:00