Files
ladybird/Userland/Libraries/LibGfx/ImageFormats/WebPLoader.cpp
Nico Weber 23386ac73a LibGfx/WebP: Extract a decode_webp_image_data() function
That way, animated and non-animated webp files use the same code path
to decode images. That will make it easier to add handling for lossy
decompression and for alpha chunk handling.

No behavior change.
2023-05-07 07:08:05 +02:00

75 KiB