mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-11 08:42:35 +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
|
in place. If the image has already been loaded, this method has no
|
||||||
effect.
|
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 mode: The requested mode.
|
||||||
:param size: The requested size.
|
:param size: The requested size.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user