mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-25 22:54:46 +03:00
size changes
This commit is contained in:
parent
425c59fdba
commit
39f04cf32b
|
@ -1779,7 +1779,7 @@ class Image(object):
|
|||
|
||||
if isinstance(size,int):
|
||||
size = (size,size)
|
||||
|
||||
|
||||
size = tuple(size)
|
||||
|
||||
if box is None:
|
||||
|
|
Loading…
Reference in New Issue
Block a user