Skip to content

Commit

Permalink
Test default tile
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 28, 2024
1 parent 2c8be86 commit 1e6dc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/AvifImagePlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def load(self) -> Image.core.PixelAccess | None:
if self.fp and self._exclusive_fp:
self.fp.close()
self.fp = BytesIO(data)
self.tile = [ImageFile._Tile("raw", (0, 0) + self.size, 0, self.mode)]
self.tile = [ImageFile._Tile("raw", (0, 0) + self.size)]

return super().load()

Expand Down

0 comments on commit 1e6dc1f

Please sign in to comment.