Merge pull request #7056 from radarhere/eps

This commit is contained in:
Hugo van Kemenade 2023-06-13 19:47:55 +03:00 committed by GitHub
commit 0c7061e7e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -361,7 +361,6 @@ class EpsImageFile(ImageFile.ImageFile):
check_required_header_comments()
if not self._size:
self._size = 1, 1 # errors if this isn't set. why (1,1)?
msg = "cannot determine EPS bounding box"
raise OSError(msg)