mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
Merge pull request #2409 from wiredfool/draft
Clarify that draft is only implemented for JPEG and PCD
This commit is contained in:
commit
26050f25bd
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user