Skip to content

Commit

Permalink
gal: update image plugin for Pillow 10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pmrowla committed Jan 13, 2024
1 parent f36b034 commit ade58b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"lxml>=4.3",
"networkx>=2.4",
"numpy>=1.16",
"Pillow>=7.1.2",
"Pillow>=10.2.0",
"pydot>=1.4.1",
]
dynamic = ["version"]
Expand Down
2 changes: 1 addition & 1 deletion src/livemaker/GalImagePlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def seek(self, frame):

try:
name, mode, box, palette, tile = self.frames[frame]
self.mode = mode
self._mode = mode
self.tile = tile
self.palette = palette
self._frame = frame
Expand Down

0 comments on commit ade58b2

Please sign in to comment.