ladybird/Libraries/LibWebView/Plugins
Andreas Kling 37e7526367 LibGfx: Split image decoders into a separate library
Move the image loader sources and decoder-only dependencies from LibGfx
into a new LibImageDecoders library. This keeps the APNG-enabled PNG
loader out of processes that only need core graphics and image writers.

Link the ImageDecoder service, direct decoder tests, fuzzers, test-web,
and the image utility against LibImageDecoders where they still decode
images in-process.
2026-06-10 11:55:48 +02:00
..
ImageCodecPlugin.cpp LibGfx: Split image decoders into a separate library 2026-06-10 11:55:48 +02:00
ImageCodecPlugin.h LibImageDecoderClient+LibWebView: Add animation session client API 2026-02-13 18:34:24 +01:00