1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 19:17:41 +00:00
serenity/Tests/LibGfx/test-inputs/ilbm
Tim Ledbetter f56ae8c0e9 LibGfx/ILBM: Ensure CMAP chunk size matches expected value
The color map should be 3 bytes per pixel and should contain
`2^nPlanes` pixels. We now return an error if the color map isn't the
size we expect.
2023-11-08 09:36:01 +01:00
..
gradient-uncompressed.iff LibGfx/ILBM: Add support for uncompressed files 2023-09-14 21:00:54 +01:00
gradient.iff Meta+Tests: Add a fuzzer and a test for the ILBM decoder 2023-08-15 18:36:11 +01:00
incorrect-cmap-size.iff LibGfx/ILBM: Ensure CMAP chunk size matches expected value 2023-11-08 09:36:01 +01:00
incorrect-uncompressed-size.iff LibGfx/ILBM: Ensure decompressed body chunk data is the correct length 2023-11-08 09:36:01 +01:00
missing-body-chunk.iff Tests: Use more representative test cases for ILBM regression tests 2023-11-08 09:36:01 +01:00
truncated-bmhd-chunk.iff Tests: Use more representative test cases for ILBM regression tests 2023-11-08 09:36:01 +01:00