ladybird/Tests/LibGfx
Andreas Kling 1039acca8c LibGfx: Remove JPEG2000 image format support
This format is not supported by other browsers.
2024-06-17 21:57:35 +02:00
..
test-inputs LibGfx: Remove JPEG2000 image format support 2024-06-17 21:57:35 +02:00
BenchmarkGfxPainter.cpp Tests: Propagate errors with TRY_OR_FAIL() where possible 2024-02-14 17:46:06 -05:00
BenchmarkJPEGLoader.cpp Everywhere: Remove 'clang-format off' comments that are no longer needed 2024-04-24 16:50:01 -04:00
CMakeLists.txt LibGfx: Remove JPEG2000 image format support 2024-06-17 21:57:35 +02:00
TestColor.cpp LibGfx: Correctly round values when computing the luminosity of a Color 2024-05-13 23:43:58 +02:00
TestDeltaE.cpp
TestGfxBitmap.cpp LibGfx: Remove Bitmap and Painter "scale" concept 2024-06-05 15:37:05 +02:00
TestICCProfile.cpp
TestImageDecoder.cpp LibGfx: Remove JPEG2000 image format support 2024-06-17 21:57:35 +02:00
TestImageWriter.cpp LibGfx: Remove QOI image format support 2024-06-17 21:57:35 +02: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
TestRect.cpp
TestScalingFunctions.cpp LibGfx: Move Gfx::Painter::ScalingMode => Gfx::ScalingMode 2024-06-05 15:37:05 +02:00
TestWOFF.cpp
TestWOFF2.cpp