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