Skip to content

Commit

Permalink
#722 Fix WebP animation transparent frame issue
Browse files Browse the repository at this point in the history
(cherry picked from commit ba1f754)
  • Loading branch information
haraldk committed Jul 19, 2023
1 parent e5a8221 commit dc322d4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ private void readVP8Extended(BufferedImage destination, ImageReadParam param, lo

switch (nextChunk) {
case WebP.CHUNK_ALPH:
seenALPH = true;
readAlpha(destination, param, width, height);
break;

Expand Down

0 comments on commit dc322d4

Please sign in to comment.