1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00
ladybird/Tests/LibGfx/test-inputs
aplefull 57d0c563e0 LibGfx: Fix handling of partially corrupt GIFs
GIF loader was completely failing when encountering errors with
frame descriptors or individual frames, even when some frames were
successfully loaded. Now we attempt to decode at least some frames
and fail only when no frames can be decoded at all.
2025-03-20 16:12:53 +01:00
..
avif LibGfx: Support AVIF images with missing pixi property 2024-11-23 03:57:54 +00:00
bmp LibGfx/BMP: Clear alpha in palette entries 2024-03-05 21:27:41 +00:00
gif LibGfx: Fix handling of partially corrupt GIFs 2025-03-20 16:12:53 +01:00
icc LibGfx/TIFF: Add support for the ICCProfile tag 2023-12-02 10:36:02 +01:00
ico LibGfx/ICO: Do not try to decode a mask if we already reached EOF 2024-01-07 12:32:02 -05:00
jpg LibGfx: Remove home-grown JPEG codec in favor of libjpeg-turbo 2024-06-17 17:59:54 +02:00
jxl LibGfx: Use libjxl to decode JPEG XL images 2024-07-22 09:15:16 +02:00
png LibGfx/PNG: Read metadata from the eXIf chunk 2024-05-26 14:54:43 +01:00
pnm LibGfx: Remove support for the various "portable" image formats 2024-06-17 21:57:35 +02:00
tiff Tests/LibGfx: Add a test for bilevel images with only required tags 2024-05-07 11:06:12 -04:00
tvg LibGfx/TinyVG: Fix decoding green channel of graphics RGB565 colors 2024-03-12 21:53:23 +00:00
webp LibGfx: Set correct alpha type for webp decoding 2024-10-02 16:37:22 +01:00
woff LibGfx/WOFF: Ensure header totalSfntSize matches expected value 2023-10-24 07:29:09 +02:00
woff2 LibGfx/WOFF2: Ensure numTables is within expected range 2023-10-26 08:39:26 +02:00
loop_forever.avif LibGfx: Add initial ISO BMFF parsing and a utility to print file info 2023-07-27 12:02:37 +01:00
TestFont.font LibGfx: Move TestFontHandling over to input file approach in 8cfabbcd93 2023-02-01 08:56:56 -05:00