serenity/Tests/LibGfx
Nico Weber a3258d4094 LibGfx/ICC: Tolerate v2 profiles with D65 PCS illuminant
They do happen in practice.

We might have to do more to do actual color conversions with
these profiles, but for now let's at least load them.

Fixes rendering of a few images in my thesis in LibPDF.
The images were created in OmniGraffle in 2008, then saved as
PDF, then converted to eps using LaTeX tooling.
2024-08-20 09:43:06 -04:00
..
test-inputs LibGfx/ICC: Tolerate v2 profiles with D65 PCS illuminant 2024-08-20 09:43:06 -04:00
BenchmarkGfxPainter.cpp
BenchmarkJPEGLoader.cpp Everywhere: Remove 'clang-format off' comments that are no longer needed 2024-04-24 16:50:01 -04:00
BenchmarkPNG.cpp Tests: Add a benchmark for the PNG paeth predictor 2024-08-10 13:07:01 -04:00
CMakeLists.txt Tests: Add a benchmark for the PNG paeth predictor 2024-08-10 13:07:01 -04:00
TestColor.cpp LibGfx: Correctly round values when computing the luminosity of a Color 2024-05-13 23:43:58 +02:00
TestDeltaE.cpp
TestFontHandling.cpp
TestGfxBitmap.cpp
TestICCProfile.cpp LibGfx/ICC: Tolerate v2 profiles with D65 PCS illuminant 2024-08-20 09:43:06 -04:00
TestImageDecoder.cpp LibGfx/WebPLoader: Use transparent black as animation background color 2024-07-12 19:01:07 -04:00
TestImageWriter.cpp LibGfx/PNGWriter: Add support for inter-frame compression of apngs 2024-08-15 06:35:48 -04:00
TestMedianCut.cpp LibGfx: Add an implementation of the MedianCut algorithm 2024-05-18 18:30:07 +02:00
TestPainter.cpp LibGfx: Clip out-of-bounds pixel accesses in Painter::draw_rect() 2024-04-14 18:05:48 +02:00
TestParseISOBMFF.cpp
TestRect.cpp
TestScalingFunctions.cpp
TestWOFF.cpp
TestWOFF2.cpp