mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-01-05 00:00:01 -05:00
#722 Fix WebP animation transparent frame issue
(cherry picked from commit ba1f754611)
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