1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-20 02:52:08 +00:00
serenity/Tests/LibGfx/test-inputs/jxl
Lucas CHOLLET 00240cb0b3 LibGfx/JPEGXL: Fix property 8
The first implementation of this property was just plain wrong. Looks
like this property isn't used a lot as I found the issue by reviewing
the code and not because of a specific image.

The test image is a 32x32 mosaic of alternating black and yellow pixels,
it was generated using this code:

Bitdepth 8
RCT 1
Width 32
Height 32

if W-WW-NW+NWW > -300
 - Set -1000
 - Set 900
2023-08-01 05:35:01 +02:00
..
modular_property_8.jxl LibGfx/JPEGXL: Fix property 8 2023-08-01 05:35:01 +02:00
modular_simple_tree_upsample2_10bits_rct.jxl Tests/LibGfx: Use a JPEG XL image with a RCT transformation 2023-07-26 08:44:17 +02:00