mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-25 22:54:46 +03:00
travis check
This commit is contained in:
parent
2e7ebea684
commit
647dcf432f
|
@ -1755,7 +1755,6 @@ class Image(object):
|
|||
def resize(self, size, resample=NEAREST, box=None):
|
||||
"""
|
||||
Returns a resized copy of this image.
|
||||
|
||||
:param size: The requested size in pixels, as a 2-tuple:
|
||||
(width, height) or an int :(size,size)
|
||||
:param resample: An optional resampling filter. This can be
|
||||
|
|
Loading…
Reference in New Issue
Block a user