mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-03 23:53:15 -04:00
#722 Fix WebP animation transparent frame issue
This commit is contained in:
@@ -480,6 +480,7 @@ final class WebPImageReader extends ImageReaderBase {
|
||||
|
||||
switch (nextChunk) {
|
||||
case WebP.CHUNK_ALPH:
|
||||
seenALPH = true;
|
||||
readAlpha(destination, param, width, height);
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user