ladybird/Tests/LibGfx/test-inputs
aplefull 7da2339c89
Some checks are pending
CI / Lagom (arm64, Sanitizer_CI, false, macos-15, macOS, Clang) (push) Waiting to run
CI / Lagom (x86_64, Fuzzers_CI, false, ubuntu-24.04, Linux, Clang) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, false, ubuntu-24.04, Linux, GNU) (push) Waiting to run
CI / Lagom (x86_64, Sanitizer_CI, true, ubuntu-24.04, Linux, Clang) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (arm64, macos-15, macOS, macOS-universal2) (push) Waiting to run
Package the js repl as a binary artifact / build-and-package (x86_64, ubuntu-24.04, Linux, Linux-x86_64) (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
LibGfx: Properly skip IDAT chunks without fcTL in APNG files
In the previous fix, we were still drawing IDAT data to the reference
frame even when no fcTL was present. This would cause rendering issues
when subsequent frames use APNG_BLEND_OP_OVER blending mode, as they
would composite over the incorrect reference frame. This commit adds a
simple check to properly skip any frame without an fcTL chunk.
2025-05-09 21:45:29 +02:00
..
avif LibGfx: Support AVIF images with missing pixi property 2024-11-23 03:57:54 +00:00
bmp LibGfx: Correctly handle OS/2 BMPs with 3-byte color entries 2025-05-09 21:45:29 +02:00
cur LibGfx: Add .cur file support to ICO loader 2025-05-09 21:45:29 +02:00
gif LibGfx: Fix handling of partially corrupt GIFs 2025-03-20 16:12:53 +01:00
icc
ico LibGfx: Fix incorrect colors in ICO-embedded BMPs 2025-04-24 13:46:54 +01: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: Properly skip IDAT chunks without fcTL in APNG files 2025-05-09 21:45:29 +02: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
woff2
loop_forever.avif
TestFont.font