ladybird/Tests/LibGfx
Lucas CHOLLET 89e2431517 Tests/LibGfx: Add a first test for JPEG XL images
This image uses the modular encoding with a very simple prediction tree.
It also makes use of two features: upsampling (x2 factor) and a
non-standard bit depth (10 bits). The file has been generated on
https://jxl-art.surma.technology/ , with the following input:

Width 64
Height 64
Upsample 2
Bitdepth 10

if N > 300
  - NE -6
  - W 6
2023-07-22 08:52:57 -04:00
..
test-inputs Tests/LibGfx: Add a first test for JPEG XL images 2023-07-22 08:52:57 -04:00
BenchmarkGfxPainter.cpp LibGfx+Tests: Remove code unnecessary after 9e7c16d0a4 2023-02-01 08:56:56 -05:00
BenchmarkJPEGLoader.cpp Tests: Move jpg test images into jpg/ subfolder 2023-06-19 06:42:00 -04:00
CMakeLists.txt LibGfx: Prevent out of bounds access when scaling small Bitmaps 2023-05-24 08:12:14 +02:00
TestDeltaE.cpp LibGfx: Add DeltaE() function 2023-04-30 05:57:20 +02:00
TestFontHandling.cpp Tests: Prefer TRY_OR_FAIL() and MUST() over EXPECT(!.is_error()) 2023-05-14 15:39:38 -06:00
TestGfxBitmap.cpp LibGfx: Prevent out of bounds access when scaling small Bitmaps 2023-05-24 08:12:14 +02:00
TestICCProfile.cpp LibGfx: Remove ImageDecoderPlugin::initialize() 2023-07-18 14:34:35 +01:00
TestImageDecoder.cpp Tests/LibGfx: Add a first test for JPEG XL images 2023-07-22 08:52:57 -04:00
TestRect.cpp LibGfx: Add Rect::unite_{horizontally,vertically}() 2023-07-13 05:09:08 +02:00
TestScalingFunctions.cpp LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00