mirror of
https://github.com/webmproject/libwebp.git
synced 2025-12-24 05:56:27 +01:00
This applies to images with optional chunks (e.g. images with ALPH chunk, ICCP chunk etc). Before this, the incremental decoding used to work like non-incremental decoding for such files, that is, no rows were decoded until all data was available. The change is in 2 parts: - During optional chunk parsing, don't wait for the full VP8/VP8L chunk. - Remap 'alpha_data' pointer whenever a new buffer is allocated/used in WebPIAppend() and WebPIUpdate(). Change-Id: I6cfd6ca1f334b9c6610fcbf662cd85fa494f2a91
2.4 KiB
2.4 KiB