Revert conversion removal

This commit is contained in:
Hugo 2018-04-15 10:35:46 +03:00
parent 7e8998a452
commit 43d9068fc3

View File

@ -1725,6 +1725,8 @@ class Image(object):
):
raise ValueError("unknown resampling filter")
size = tuple(size)
if box is None:
box = (0, 0) + self.size
else: