Merge pull request #2256 from radarhere/imageops

Doc: Improved description of ImageOps.deform resample parameter
This commit is contained in:
wiredfool 2016-11-27 16:28:03 +00:00 committed by GitHub
commit 0271887115

View File

@ -206,7 +206,8 @@ def deform(image, deformer, resample=Image.BILINEAR):
:param image: The image to deform.
:param deformer: A deformer object. Any object that implements a
**getmesh** method can be used.
:param resample: What resampling filter to use.
:param resample: An optional resampling filter. Same values possible as
in the PIL.Image.transform function.
:return: An image.
"""
return image.transform(