mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
decode_webp_chunk_VP8() itself will only ever decode RGB data from a lossy webp stream, but a separate ALPH chunk could add alpha data later on. Let the function know if that will happen, so that it can return a bitmap with an alpha channel if appropriate. Since lossy decoding isn't implemented yet, no behavior change. But it makes it a bit easier to implement lossy decoding in the future. |
||
---|---|---|
.. | ||
Applets | ||
Applications | ||
BuggieBox | ||
Demos | ||
DevTools | ||
DynamicLoader | ||
Games | ||
Libraries | ||
Services | ||
Shell | ||
Utilities | ||
CMakeLists.txt |