We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e4874 commit 7a48a9fCopy full SHA for 7a48a9f
1 file changed
src/PIL/IptcImagePlugin.py
@@ -179,6 +179,7 @@ def load(self) -> Image.core.PixelAccess | None:
179
with Image.open(o) as _im:
180
_im.load()
181
self.im = _im.im
182
+ self.tile = []
183
return None
184
185
0 commit comments