#722 Fix WebP animation transparent frame issue

This commit is contained in:
Harald Kuhr 2023-06-05 12:36:38 +02:00
parent 822b5da631
commit ba1f754611

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;