Merge pull request #2409 from wiredfool/draft

Clarify that draft is only implemented for JPEG and PCD
This commit is contained in:
wiredfool 2017-06-13 22:24:02 +01:00 committed by GitHub
commit 26050f25bd

View File

@ -1066,6 +1066,9 @@ class Image(object):
in place. If the image has already been loaded, this method has no
effect.
Note: This method is not implemented for most images. It is
currently implemented only for JPEG and PCD images.
:param mode: The requested mode.
:param size: The requested size.
"""