Clarify that draft is only implemented for JPEG and PCD

This commit is contained in:
wiredfool 2017-02-17 06:22:40 -08:00
parent 296fb5fe1d
commit f0cebebf32

View File

@ -1051,6 +1051,9 @@ class Image(object):
in place. If the image has already been loaded, this method has no
effect.
Warning: 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.
"""