mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-04 03:55:28 -04:00
#722 Fix WebP animation transparent frame issue
(cherry picked from commit ba1f7546113bdb16600b6662141110957d69d152)
This commit is contained in:
parent
e5a82216d2
commit
dc322d49dc
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user