Skip to content

Commit

Permalink
fix frames
Browse files Browse the repository at this point in the history
fix trace when multi frames with different `alpha_on` option
  • Loading branch information
qiankanglai authored and pmrowla committed Apr 13, 2024
1 parent e69b687 commit b8635f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/livemaker/GalImagePlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ def _open(self):
offset = offsets[i]
tile = [(self.decoder, box, offset, (info, layermode, rawmode, i))]
frames[i] = name, mode, box, palette, tile
i += 1
self.fp.seek(info["offset"])
self.frames = frames
self._frame = None
Expand Down

0 comments on commit b8635f6

Please sign in to comment.