mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-16 05:51:55 +00:00
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
Before this change, IDAT data was mistakenly always included in the animation. Now we only include frames with explicit fcTL chunks. As per the PNG spec (third edition): "The static image may be included as the first frame of the animation by the presence of a single fcTL chunk before IDAT. Otherwise, the static image is not part of the animation." We also fall back to the IDAT data when APNG has acTL but no fcTL chunks. Test image is 062.png from fDAT-inherits-cICP.html from WPT. |
||
---|---|---|
.. | ||
AnimationWriter.cpp | ||
AnimationWriter.h | ||
AVIFLoader.cpp | ||
AVIFLoader.h | ||
BMPLoader.cpp | ||
BMPLoader.h | ||
BMPWriter.cpp | ||
BMPWriter.h | ||
BooleanDecoder.cpp | ||
BooleanDecoder.h | ||
CCITTDecoder.cpp | ||
CCITTDecoder.h | ||
ExifOrientedBitmap.h | ||
GIFLoader.cpp | ||
GIFLoader.h | ||
ICOLoader.cpp | ||
ICOLoader.h | ||
ImageDecoder.cpp | ||
ImageDecoder.h | ||
JPEGLoader.cpp | ||
JPEGLoader.h | ||
JPEGWriter.cpp | ||
JPEGWriter.h | ||
JPEGXLLoader.cpp | ||
JPEGXLLoader.h | ||
PNGLoader.cpp | ||
PNGLoader.h | ||
PNGWriter.cpp | ||
PNGWriter.h | ||
TIFFLoader.cpp | ||
TIFFLoader.h | ||
TinyVGLoader.cpp | ||
TinyVGLoader.h | ||
WebPLoader.cpp | ||
WebPLoader.h | ||
WebPShared.h | ||
WebPSharedLossless.cpp | ||
WebPSharedLossless.h | ||
WebPWriter.cpp | ||
WebPWriter.h | ||
WebPWriterLossless.cpp | ||
WebPWriterLossless.h |