#722 Fix WebP animation transparent frame issue

(cherry picked from commit ba1f7546113bdb16600b6662141110957d69d152)
This commit is contained in:
Harald Kuhr 2023-06-05 12:36:38 +02:00
parent e5a82216d2
commit dc322d49dc

View File

@ -480,6 +480,7 @@ final class WebPImageReader extends ImageReaderBase {
switch (nextChunk) { switch (nextChunk) {
case WebP.CHUNK_ALPH: case WebP.CHUNK_ALPH:
seenALPH = true;
readAlpha(destination, param, width, height); readAlpha(destination, param, width, height);
break; break;