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 561ae37 commit 7328cf2Copy full SHA for 7328cf2
1 file changed
src/PIL/PcdImagePlugin.py
@@ -32,7 +32,7 @@ def _open(self) -> None:
32
assert self.fp is not None
33
34
self.fp.seek(2048)
35
- s = self.fp.read(2048)
+ s = self.fp.read(1539)
36
37
if not s.startswith(b"PCD_"):
38
msg = "not a PCD file"
0 commit comments